#781B63

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

Shades of Palatinate Purple #781B63

Tints of Palatinate Purple #781B63

Color information

#781B63 (or 0x781B63) is unknown color: approx Palatinate Purple. HEX triplet: 78, 1B and 63. RGB value is (120,27,99). Sum of RGB (Red+Green+Blue) = 120+27+99=246 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.78% from 246); Green value is 27 (10.94% from 255 or 10.98% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 120 - color contains mainly: red. Hex color #781B63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781B63 is #87E49C. Grayscale: #3E3E3E. Windows color (decimal): -8905885 or 6495096. OLE color: 6495096.

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

Color convert

RGB1202799-
CMYK00.780.170.53
HSL313.55º63.27%28.82%-
HSV(B)313.55º77.5%47.06%-
XYZ10.395.6812.35-
YUV63.01148.31168.65-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.78%
GREEN value IS 27 (10.94% from 255) = 10.98%
BLUE value IS 99 (39.06% from 255) = 40.24%
R=48.78%
G=10.98%
B=40.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120279900.780.170.53313.5563.2728.82
Hex781B6304E113513a3f1d
Octal17033143011621654727735
Binary1111000110111100011010011101000111010110011101011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781B63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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