#780F61

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

Shades of Palatinate Purple #780F61

Tints of Palatinate Purple #780F61

Color information

#780F61 (or 0x780F61) is unknown color: approx Palatinate Purple. HEX triplet: 78, 0F and 61. RGB value is (120,15,97). Sum of RGB (Red+Green+Blue) = 120+15+97=232 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.72% from 232); Green value is 15 (6.25% from 255 or 6.47% from 232); Blue value is 97 (38.28% from 255 or 41.81% from 232); Max value from RGB is 120 - color contains mainly: red. Hex color #780F61 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780F61 is #87F09E. Grayscale: #373737. Windows color (decimal): -8908959 or 6360952. OLE color: 6360952.

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

Color convert

RGB1201597-
CMYK00.870.190.53
HSL313.14º77.78%26.47%-
HSV(B)313.14º87.5%47.06%-
XYZ10.075.211.78-
YUV55.74151.29173.83-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.72%
GREEN value IS 15 (6.25% from 255) = 6.47%
BLUE value IS 97 (38.28% from 255) = 41.81%
R=51.72%
G=6.47%
B=41.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.19
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120159700.870.190.53313.1477.7826.47
Hex78F6105713351394e1a
Octal170171410127236547111632
Binary1111000111111000010101011110011110101100111001100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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