#781362

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

Shades of Palatinate Purple #781362

Tints of Palatinate Purple #781362

Color information

#781362 (or 0x781362) is unknown color: approx Palatinate Purple. HEX triplet: 78, 13 and 62. RGB value is (120,19,98). Sum of RGB (Red+Green+Blue) = 120+19+98=237 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.63% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 98 (38.67% from 255 or 41.35% from 237); Max value from RGB is 120 - color contains mainly: red. Hex color #781362 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781362 is #87EC9D. Grayscale: #393939. Windows color (decimal): -8907934 or 6427512. OLE color: 6427512.

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

Color convert

RGB1201998-
CMYK00.840.180.53
HSL313.07º72.66%27.25%-
HSV(B)313.07º84.17%47.06%-
XYZ10.185.3412.05-
YUV58.2150.46172.08-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.63%
GREEN value IS 19 (7.81% from 255) = 8.02%
BLUE value IS 98 (38.67% from 255) = 41.35%
R=50.63%
G=8.02%
B=41.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120199800.840.180.53313.0772.6627.25
Hex7813620541235139491b
Octal170231420124226547111133
Binary11110001001111000100101010010010110101100111001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781362; }

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

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

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

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

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

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

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

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