#78125D

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

Shades of Palatinate Purple #78125D

Tints of Palatinate Purple #78125D

Color information

#78125D (or 0x78125D) is unknown color: approx Palatinate Purple. HEX triplet: 78, 12 and 5D. RGB value is (120,18,93). Sum of RGB (Red+Green+Blue) = 120+18+93=231 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.95% from 231); Green value is 18 (7.42% from 255 or 7.79% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 120 - color contains mainly: red. Hex color #78125D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #78125D is #87EDA2. Grayscale: #383838. Windows color (decimal): -8908195 or 6099576. OLE color: 6099576.

HSL color Cylindrical-coordinate representation of color #78125D: hue angle of 315.88º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #78125D is Cyan = 0, Magento = 0.85, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB1201893-
CMYK00.850.220.53
HSL315.88º73.91%27.06%-
HSV(B)315.88º85%47.06%-
XYZ9.945.2210.84-
YUV57.05148.29172.9-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.95%
GREEN value IS 18 (7.42% from 255) = 7.79%
BLUE value IS 93 (36.72% from 255) = 40.26%
R=51.95%
G=7.79%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120189300.850.220.53315.8873.9127.06
Hex78125D055163513c4a1b
Octal170221350125266547411233
Binary11110001001010111010101010110110110101100111100100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78125D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78125D; }

 p { color: rgb(120,18,93); }

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

<style>
 a { background-color: #78125D; }

 a { background-color: rgb(120,18,93); }

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

<style>
 span { border-color: #78125D; }

 span { border-color: rgb(120,18,93); }

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