#781262

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

Shades of Palatinate Purple #781262

Tints of Palatinate Purple #781262

Color information

#781262 (or 0x781262) is unknown color: approx Palatinate Purple. HEX triplet: 78, 12 and 62. RGB value is (120,18,98). Sum of RGB (Red+Green+Blue) = 120+18+98=236 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.85% from 236); Green value is 18 (7.42% from 255 or 7.63% from 236); Blue value is 98 (38.67% from 255 or 41.53% from 236); Max value from RGB is 120 - color contains mainly: red. Hex color #781262 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781262 is #87ED9D. Grayscale: #393939. Windows color (decimal): -8908190 or 6427256. OLE color: 6427256.

HSL color Cylindrical-coordinate representation of color #781262: hue angle of 312.94º 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 #781262 is Cyan = 0, Magento = 0.85, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB1201898-
CMYK00.850.180.53
HSL312.94º73.91%27.06%-
HSV(B)312.94º85%47.06%-
XYZ10.175.3112.04-
YUV57.62150.79172.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.85%
GREEN value IS 18 (7.42% from 255) = 7.63%
BLUE value IS 98 (38.67% from 255) = 41.53%
R=50.85%
G=7.63%
B=41.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120189800.850.180.53312.9473.9127.06
Hex78126205512351394a1b
Octal170221420125226547111233
Binary11110001001011000100101010110010110101100111001100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781262; }

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

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

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

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

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

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

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

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