#78185B

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

Shades of Palatinate Purple #78185B

Tints of Palatinate Purple #78185B

Color information

#78185B (or 0x78185B) is unknown color: approx Palatinate Purple. HEX triplet: 78, 18 and 5B. RGB value is (120,24,91). Sum of RGB (Red+Green+Blue) = 120+24+91=235 (31% of max value = 765). Red value is 120 (47.27% from 255 or 51.06% from 235); Green value is 24 (9.77% from 255 or 10.21% from 235); Blue value is 91 (35.94% from 255 or 38.72% from 235); Max value from RGB is 120 - color contains mainly: red. Hex color #78185B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78185B is #87E7A4. Grayscale: #3C3C3C. Windows color (decimal): -8906661 or 5970040. OLE color: 5970040.

HSL color Cylindrical-coordinate representation of color #78185B: hue angle of 318.12º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #78185B is Cyan = 0, Magento = 0.8, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB1202491-
CMYK00.80.240.53
HSL318.12º66.67%28.24%-
HSV(B)318.12º80%47.06%-
XYZ9.965.410.42-
YUV60.34145.3170.55-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.06%
GREEN value IS 24 (9.77% from 255) = 10.21%
BLUE value IS 91 (35.94% from 255) = 38.72%
R=51.06%
G=10.21%
B=38.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120249100.80.240.53318.1266.6728.24
Hex78185B050183513e431c
Octal170301330120306547610334
Binary11110001100010110110101000011000110101100111110100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78185B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78185B; }

 p { color: rgb(120,24,91); }

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

<style>
 a { background-color: #78185B; }

 a { background-color: rgb(120,24,91); }

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

<style>
 span { border-color: #78185B; }

 span { border-color: rgb(120,24,91); }

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