#780B5E

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

Shades of Palatinate Purple #780B5E

Tints of Palatinate Purple #780B5E

Color information

#780B5E (or 0x780B5E) is unknown color: approx Palatinate Purple. HEX triplet: 78, 0B and 5E. RGB value is (120,11,94). Sum of RGB (Red+Green+Blue) = 120+11+94=225 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.33% from 225); Green value is 11 (4.69% from 255 or 4.89% from 225); Blue value is 94 (37.11% from 255 or 41.78% from 225); Max value from RGB is 120 - color contains mainly: red. Hex color #780B5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780B5E is #87F4A1. Grayscale: #343434. Windows color (decimal): -8909986 or 6163320. OLE color: 6163320.

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

Color convert

RGB1201194-
CMYK00.910.220.53
HSL314.31º83.21%25.69%-
HSV(B)314.31º90.83%47.06%-
XYZ9.895.0411.04-
YUV53.05151.11175.75-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 53.33%
GREEN value IS 11 (4.69% from 255) = 4.89%
BLUE value IS 94 (37.11% from 255) = 41.78%
R=53.33%
G=4.89%
B=41.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120119400.910.220.53314.3183.2125.69
Hex78B5E05B163513a531a
Octal170131360133266547212332
Binary1111000101110111100101101110110110101100111010101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,11,94); }

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

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

 a { background-color: rgb(120,11,94); }

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

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

 span { border-color: rgb(120,11,94); }

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