#780F62

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

Shades of Palatinate Purple #780F62

Tints of Palatinate Purple #780F62

Color information

#780F62 (or 0x780F62) is unknown color: approx Palatinate Purple. HEX triplet: 78, 0F and 62. RGB value is (120,15,98). Sum of RGB (Red+Green+Blue) = 120+15+98=233 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.50% from 233); Green value is 15 (6.25% from 255 or 6.44% from 233); Blue value is 98 (38.67% from 255 or 42.06% from 233); Max value from RGB is 120 - color contains mainly: red. Hex color #780F62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780F62 is #87F09D. Grayscale: #373737. Windows color (decimal): -8908958 or 6426488. OLE color: 6426488.

HSL color Cylindrical-coordinate representation of color #780F62: hue angle of 312.57º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #780F62 is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB1201598-
CMYK00.870.180.53
HSL312.57º77.78%26.47%-
HSV(B)312.57º87.5%47.06%-
XYZ10.125.2212.03-
YUV55.86151.79173.75-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.50%
GREEN value IS 15 (6.25% from 255) = 6.44%
BLUE value IS 98 (38.67% from 255) = 42.06%
R=51.50%
G=6.44%
B=42.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120159800.870.180.53312.5777.7826.47
Hex78F6205712351394e1a
Octal170171420127226547111632
Binary1111000111111000100101011110010110101100111001100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #780F62; }

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

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

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

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

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

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

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

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