#78185F

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

Shades of Palatinate Purple #78185F

Tints of Palatinate Purple #78185F

Color information

#78185F (or 0x78185F) is unknown color: approx Palatinate Purple. HEX triplet: 78, 18 and 5F. RGB value is (120,24,95). Sum of RGB (Red+Green+Blue) = 120+24+95=239 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.21% from 239); Green value is 24 (9.77% from 255 or 10.04% from 239); Blue value is 95 (37.5% from 255 or 39.75% from 239); Max value from RGB is 120 - color contains mainly: red. Hex color #78185F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78185F is #87E7A0. Grayscale: #3C3C3C. Windows color (decimal): -8906657 or 6232184. OLE color: 6232184.

HSL color Cylindrical-coordinate representation of color #78185F: hue angle of 315.62º 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 #78185F is Cyan = 0, Magento = 0.8, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB1202495-
CMYK00.80.210.53
HSL315.62º66.67%28.24%-
HSV(B)315.62º80%47.06%-
XYZ10.145.4711.35-
YUV60.8147.3170.23-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.21%
GREEN value IS 24 (9.77% from 255) = 10.04%
BLUE value IS 95 (37.5% from 255) = 39.75%
R=50.21%
G=10.04%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.8
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120249500.80.210.53315.6266.6728.24
Hex78185F050153513c431c
Octal170301370120256547410334
Binary11110001100010111110101000010101110101100111100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78185F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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