#780E61

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

Shades of Palatinate Purple #780E61

Tints of Palatinate Purple #780E61

Color information

#780E61 (or 0x780E61) is unknown color: approx Palatinate Purple. HEX triplet: 78, 0E and 61. RGB value is (120,14,97). Sum of RGB (Red+Green+Blue) = 120+14+97=231 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.95% from 231); Green value is 14 (5.86% from 255 or 6.06% from 231); Blue value is 97 (38.28% from 255 or 41.99% from 231); Max value from RGB is 120 - color contains mainly: red. Hex color #780E61 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780E61 is #87F19E. Grayscale: #363636. Windows color (decimal): -8909215 or 6360696. OLE color: 6360696.

HSL color Cylindrical-coordinate representation of color #780E61: hue angle of 313.02º degrees, saturation: 0.79, 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 #780E61 is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB1201497-
CMYK00.880.190.53
HSL313.02º79.1%26.27%-
HSV(B)313.02º88.33%47.06%-
XYZ10.065.1711.78-
YUV55.16151.62174.25-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.95%
GREEN value IS 14 (5.86% from 255) = 6.06%
BLUE value IS 97 (38.28% from 255) = 41.99%
R=51.95%
G=6.06%
B=41.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120149700.880.190.53313.0279.126.27
Hex78E6105813351394f1a
Octal170161410130236547111732
Binary1111000111011000010101100010011110101100111001100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,14,97); }

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

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

 a { background-color: rgb(120,14,97); }

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

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

 span { border-color: rgb(120,14,97); }

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