#781B60

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

Shades of Palatinate Purple #781B60

Tints of Palatinate Purple #781B60

Color information

#781B60 (or 0x781B60) is unknown color: approx Palatinate Purple. HEX triplet: 78, 1B and 60. RGB value is (120,27,96). Sum of RGB (Red+Green+Blue) = 120+27+96=243 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.38% from 243); Green value is 27 (10.94% from 255 or 11.11% from 243); Blue value is 96 (37.89% from 255 or 39.51% from 243); Max value from RGB is 120 - color contains mainly: red. Hex color #781B60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781B60 is #87E49F. Grayscale: #3E3E3E. Windows color (decimal): -8905888 or 6298488. OLE color: 6298488.

HSL color Cylindrical-coordinate representation of color #781B60: hue angle of 315.48º 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 #781B60 is Cyan = 0, Magento = 0.78, Yellow = 0.2 and Black (K on CMYK) = 0.53.

Color convert

RGB1202796-
CMYK00.780.20.53
HSL315.48º63.27%28.82%-
HSV(B)315.48º77.5%47.06%-
XYZ10.255.6211.61-
YUV62.67146.81168.89-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 49.38%
GREEN value IS 27 (10.94% from 255) = 11.11%
BLUE value IS 96 (37.89% from 255) = 39.51%
R=49.38%
G=11.11%
B=39.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.2
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120279600.780.20.53315.4863.2728.82
Hex781B6004E143513b3f1d
Octal17033140011624654737735
Binary1111000110111100000010011101010011010110011101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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