#781463

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

Shades of Palatinate Purple #781463

Tints of Palatinate Purple #781463

Color information

#781463 (or 0x781463) is unknown color: approx Palatinate Purple. HEX triplet: 78, 14 and 63. RGB value is (120,20,99). Sum of RGB (Red+Green+Blue) = 120+20+99=239 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.21% from 239); Green value is 20 (8.20% from 255 or 8.37% from 239); Blue value is 99 (39.06% from 255 or 41.42% from 239); Max value from RGB is 120 - color contains mainly: red. Hex color #781463 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781463 is #87EB9C. Grayscale: #3A3A3A. Windows color (decimal): -8907677 or 6493304. OLE color: 6493304.

HSL color Cylindrical-coordinate representation of color #781463: hue angle of 312.6º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #781463 is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB1202099-
CMYK00.830.170.53
HSL312.6º71.43%27.45%-
HSV(B)312.6º83.33%47.06%-
XYZ10.255.3912.31-
YUV58.91150.63171.58-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.21%
GREEN value IS 20 (8.20% from 255) = 8.37%
BLUE value IS 99 (39.06% from 255) = 41.42%
R=50.21%
G=8.37%
B=41.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120209900.830.170.53312.671.4327.45
Hex7814630531135139471b
Octal170241430123216547110733
Binary11110001010011000110101001110001110101100111001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781463; }

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

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

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

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

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

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

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

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