#78135C

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

Shades of Palatinate Purple #78135C

Tints of Palatinate Purple #78135C

Color information

#78135C (or 0x78135C) is unknown color: approx Palatinate Purple. HEX triplet: 78, 13 and 5C. RGB value is (120,19,92). Sum of RGB (Red+Green+Blue) = 120+19+92=231 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.95% from 231); Green value is 19 (7.81% from 255 or 8.23% from 231); Blue value is 92 (36.33% from 255 or 39.83% from 231); Max value from RGB is 120 - color contains mainly: red. Hex color #78135C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78135C is #87ECA3. Grayscale: #393939. Windows color (decimal): -8907940 or 6034296. OLE color: 6034296.

HSL color Cylindrical-coordinate representation of color #78135C: hue angle of 316.63º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #78135C is Cyan = 0, Magento = 0.84, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB1201992-
CMYK00.840.230.53
HSL316.63º72.66%27.25%-
HSV(B)316.63º84.17%47.06%-
XYZ9.915.2310.61-
YUV57.52147.46172.56-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.95%
GREEN value IS 19 (7.81% from 255) = 8.23%
BLUE value IS 92 (36.33% from 255) = 39.83%
R=51.95%
G=8.23%
B=39.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120199200.840.230.53316.6372.6627.25
Hex78135C054173513d491b
Octal170231340124276547511133
Binary11110001001110111000101010010111110101100111101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78135C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78135C; }

 p { color: rgb(120,19,92); }

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

<style>
 a { background-color: #78135C; }

 a { background-color: rgb(120,19,92); }

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

<style>
 span { border-color: #78135C; }

 span { border-color: rgb(120,19,92); }

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