#781263

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

Shades of Palatinate Purple #781263

Tints of Palatinate Purple #781263

Color information

#781263 (or 0x781263) is unknown color: approx Palatinate Purple. HEX triplet: 78, 12 and 63. RGB value is (120,18,99). Sum of RGB (Red+Green+Blue) = 120+18+99=237 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.63% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 99 (39.06% from 255 or 41.77% from 237); Max value from RGB is 120 - color contains mainly: red. Hex color #781263 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781263 is #87ED9C. Grayscale: #393939. Windows color (decimal): -8908189 or 6492792. OLE color: 6492792.

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

Color convert

RGB1201899-
CMYK00.850.170.53
HSL312.35º73.91%27.06%-
HSV(B)312.35º85%47.06%-
XYZ10.215.3312.29-
YUV57.73151.29172.41-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.63%
GREEN value IS 18 (7.42% from 255) = 7.59%
BLUE value IS 99 (39.06% from 255) = 41.77%
R=50.63%
G=7.59%
B=41.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120189900.850.170.53312.3573.9127.06
Hex78126305511351384a1b
Octal170221430125216547011233
Binary11110001001011000110101010110001110101100111000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781263; }

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

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

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

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

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

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

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

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