#780B5C

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

Shades of Palatinate Purple #780B5C

Tints of Palatinate Purple #780B5C

Color information

#780B5C (or 0x780B5C) is unknown color: approx Palatinate Purple. HEX triplet: 78, 0B and 5C. RGB value is (120,11,92). Sum of RGB (Red+Green+Blue) = 120+11+92=223 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.81% from 223); Green value is 11 (4.69% from 255 or 4.93% from 223); Blue value is 92 (36.33% from 255 or 41.26% from 223); Max value from RGB is 120 - color contains mainly: red. Hex color #780B5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780B5C is #87F4A3. Grayscale: #343434. Windows color (decimal): -8909988 or 6032248. OLE color: 6032248.

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

Color convert

RGB1201192-
CMYK00.910.230.53
HSL315.41º83.21%25.69%-
HSV(B)315.41º90.83%47.06%-
XYZ9.85.0110.57-
YUV52.82150.11175.91-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 53.81%
GREEN value IS 11 (4.69% from 255) = 4.93%
BLUE value IS 92 (36.33% from 255) = 41.26%
R=53.81%
G=4.93%
B=41.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.23
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120119200.910.230.53315.4183.2125.69
Hex78B5C05B173513b531a
Octal170131340133276547312332
Binary1111000101110111000101101110111110101100111011101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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