#781B5E

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

Shades of Palatinate Purple #781B5E

Tints of Palatinate Purple #781B5E

Color information

#781B5E (or 0x781B5E) is unknown color: approx Palatinate Purple. HEX triplet: 78, 1B and 5E. RGB value is (120,27,94). Sum of RGB (Red+Green+Blue) = 120+27+94=241 (31% of max value = 765). Red value is 120 (47.27% from 255 or 49.79% from 241); Green value is 27 (10.94% from 255 or 11.20% from 241); Blue value is 94 (37.11% from 255 or 39.00% from 241); Max value from RGB is 120 - color contains mainly: red. Hex color #781B5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781B5E is #87E4A1. Grayscale: #3E3E3E. Windows color (decimal): -8905890 or 6167416. OLE color: 6167416.

HSL color Cylindrical-coordinate representation of color #781B5E: hue angle of 316.77º degrees, saturation: 0.63, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #781B5E is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB1202794-
CMYK00.780.220.53
HSL316.77º63.27%28.82%-
HSV(B)316.77º77.5%47.06%-
XYZ10.165.5911.13-
YUV62.44145.81169.05-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 49.79%
GREEN value IS 27 (10.94% from 255) = 11.20%
BLUE value IS 94 (37.11% from 255) = 39.00%
R=49.79%
G=11.20%
B=39.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120279400.780.220.53316.7763.2728.82
Hex781B5E04E163513d3f1d
Octal17033136011626654757735
Binary1111000110111011110010011101011011010110011110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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