#78175A

Color #78175A Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #78175A

Tints of Palatinate Purple #78175A

Color information

#78175A (or 0x78175A) is unknown color: approx Palatinate Purple. HEX triplet: 78, 17 and 5A. RGB value is (120,23,90). Sum of RGB (Red+Green+Blue) = 120+23+90=233 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.50% from 233); Green value is 23 (9.38% from 255 or 9.87% from 233); Blue value is 90 (35.55% from 255 or 38.63% from 233); Max value from RGB is 120 - color contains mainly: red. Hex color #78175A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78175A is #87E8A5. Grayscale: #3B3B3B. Windows color (decimal): -8906918 or 5904248. OLE color: 5904248.

HSL color Cylindrical-coordinate representation of color #78175A: hue angle of 318.56º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #78175A is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB1202390-
CMYK00.810.250.53
HSL318.56º67.83%28.04%-
HSV(B)318.56º80.83%47.06%-
XYZ9.95.3410.18-
YUV59.64145.14171.05-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 120 (47.27% from 255) = 51.50%
GREEN value IS 23 (9.38% from 255) = 9.87%
BLUE value IS 90 (35.55% from 255) = 38.63%
R=51.50%
G=9.87%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120239000.810.250.53318.5667.8328.04
Hex78175A051193513f441c
Octal170271320121316547710434
Binary11110001011110110100101000111001110101100111111100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78175A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78175A; }

 p { color: rgb(120,23,90); }

 H1.HeaderClassName
 {
   color: #78175A;
 }
 .AnyTagClassName
 {
   color: #78175A;
 }
</style>
background-color css

<style>
 a { background-color: #78175A; }

 a { background-color: rgb(120,23,90); }

 div.DivClassName
 {
   background-color: #78175A;
 }
 .BgClassName
 {
   background-color: #78175A;
 }
</style>
border-color css

<style>
 span { border-color: #78175A; }

 span { border-color: rgb(120,23,90); }

 td.TdClassName
 {
   border-color: #78175A;
 }
 .TagClassName
 {
   border-color: #78175A;
 }
</style>