#781962

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

Shades of Palatinate Purple #781962

Tints of Palatinate Purple #781962

Color information

#781962 (or 0x781962) is unknown color: approx Palatinate Purple. HEX triplet: 78, 19 and 62. RGB value is (120,25,98). Sum of RGB (Red+Green+Blue) = 120+25+98=243 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.38% from 243); Green value is 25 (10.16% from 255 or 10.29% from 243); Blue value is 98 (38.67% from 255 or 40.33% from 243); Max value from RGB is 120 - color contains mainly: red. Hex color #781962 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781962 is #87E69D. Grayscale: #3D3D3D. Windows color (decimal): -8906398 or 6429048. OLE color: 6429048.

HSL color Cylindrical-coordinate representation of color #781962: hue angle of 313.89º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #781962 is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB1202598-
CMYK00.790.180.53
HSL313.89º65.52%28.43%-
HSV(B)313.89º79.17%47.06%-
XYZ10.35.5712.09-
YUV61.73148.47169.56-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 49.38%
GREEN value IS 25 (10.16% from 255) = 10.29%
BLUE value IS 98 (38.67% from 255) = 40.33%
R=49.38%
G=10.29%
B=40.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120259800.790.180.53313.8965.5228.43
Hex78196204F123513a421c
Octal170311420117226547210234
Binary11110001100111000100100111110010110101100111010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781962; }

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

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

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

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

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

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

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

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