#780D62

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

Shades of Palatinate Purple #780D62

Tints of Palatinate Purple #780D62

Color information

#780D62 (or 0x780D62) is unknown color: approx Palatinate Purple. HEX triplet: 78, 0D and 62. RGB value is (120,13,98). Sum of RGB (Red+Green+Blue) = 120+13+98=231 (30% of max value = 765). Red value is 120 (47.27% from 255 or 51.95% from 231); Green value is 13 (5.47% from 255 or 5.63% from 231); Blue value is 98 (38.67% from 255 or 42.42% from 231); Max value from RGB is 120 - color contains mainly: red. Hex color #780D62 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780D62 is #87F29D. Grayscale: #363636. Windows color (decimal): -8909470 or 6425976. OLE color: 6425976.

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

Color convert

RGB1201398-
CMYK00.890.180.53
HSL312.34º80.45%26.08%-
HSV(B)312.34º89.17%47.06%-
XYZ10.095.1612.02-
YUV54.68152.45174.59-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 51.95%
GREEN value IS 13 (5.47% from 255) = 5.63%
BLUE value IS 98 (38.67% from 255) = 42.42%
R=51.95%
G=5.63%
B=42.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120139800.890.180.53312.3480.4526.08
Hex78D620591235138501a
Octal170151420131226547012032
Binary1111000110111000100101100110010110101100111000101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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