#781D66

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

Shades of Palatinate Purple #781D66

Tints of Palatinate Purple #781D66

Color information

#781D66 (or 0x781D66) is unknown color: approx Palatinate Purple. HEX triplet: 78, 1D and 66. RGB value is (120,29,102). Sum of RGB (Red+Green+Blue) = 120+29+102=251 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.81% from 251); Green value is 29 (11.72% from 255 or 11.55% from 251); Blue value is 102 (40.23% from 255 or 40.64% from 251); Max value from RGB is 120 - color contains mainly: red. Hex color #781D66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781D66 is #87E299. Grayscale: #404040. Windows color (decimal): -8905370 or 6692216. OLE color: 6692216.

HSL color Cylindrical-coordinate representation of color #781D66: hue angle of 311.87º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #781D66 is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB12029102-
CMYK00.760.150.53
HSL311.87º61.07%29.22%-
HSV(B)311.87º75.83%47.06%-
XYZ10.585.8313.14-
YUV64.53149.15167.56-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.81%
GREEN value IS 29 (11.72% from 255) = 11.55%
BLUE value IS 102 (40.23% from 255) = 40.64%
R=47.81%
G=11.55%
B=40.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1202910200.760.150.53311.8761.0729.22
Hex781D6604CF351383d1d
Octal17035146011417654707535
Binary111100011101110011001001100111111010110011100011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,29,102); }

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

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

 a { background-color: rgb(120,29,102); }

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

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

 span { border-color: rgb(120,29,102); }

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