#780D5D

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

Shades of Palatinate Purple #780D5D

Tints of Palatinate Purple #780D5D

Color information

#780D5D (or 0x780D5D) is unknown color: approx Palatinate Purple. HEX triplet: 78, 0D and 5D. RGB value is (120,13,93). Sum of RGB (Red+Green+Blue) = 120+13+93=226 (29% of max value = 765). Red value is 120 (47.27% from 255 or 53.10% from 226); Green value is 13 (5.47% from 255 or 5.75% from 226); Blue value is 93 (36.72% from 255 or 41.15% from 226); Max value from RGB is 120 - color contains mainly: red. Hex color #780D5D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #780D5D is #87F2A2. Grayscale: #353535. Windows color (decimal): -8909475 or 6098296. OLE color: 6098296.

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

Color convert

RGB1201393-
CMYK00.890.220.53
HSL315.14º80.45%26.08%-
HSV(B)315.14º89.17%47.06%-
XYZ9.875.0710.81-
YUV54.11149.95175-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 53.10%
GREEN value IS 13 (5.47% from 255) = 5.75%
BLUE value IS 93 (36.72% from 255) = 41.15%
R=53.10%
G=5.75%
B=41.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120139300.890.220.53315.1480.4526.08
Hex78D5D059163513b501a
Octal170151350131266547312032
Binary1111000110110111010101100110110110101100111011101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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