#78135A

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

Shades of Palatinate Purple #78135A

Tints of Palatinate Purple #78135A

Color information

#78135A (or 0x78135A) is unknown color: approx Palatinate Purple. HEX triplet: 78, 13 and 5A. RGB value is (120,19,90). Sum of RGB (Red+Green+Blue) = 120+19+90=229 (30% of max value = 765). Red value is 120 (47.27% from 255 or 52.40% from 229); Green value is 19 (7.81% from 255 or 8.30% from 229); Blue value is 90 (35.55% from 255 or 39.30% from 229); Max value from RGB is 120 - color contains mainly: red. Hex color #78135A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78135A is #87ECA5. Grayscale: #393939. Windows color (decimal): -8907942 or 5903224. OLE color: 5903224.

HSL color Cylindrical-coordinate representation of color #78135A: hue angle of 317.82º 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 #78135A is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB1201990-
CMYK00.840.250.53
HSL317.82º72.66%27.25%-
HSV(B)317.82º84.17%47.06%-
XYZ9.825.210.16-
YUV57.29146.46172.73-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 52.40%
GREEN value IS 19 (7.81% from 255) = 8.30%
BLUE value IS 90 (35.55% from 255) = 39.30%
R=52.40%
G=8.30%
B=39.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120199000.840.250.53317.8272.6627.25
Hex78135A054193513e491b
Octal170231320124316547611133
Binary11110001001110110100101010011001110101100111110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78135A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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