#781D64

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

Shades of Palatinate Purple #781D64

Tints of Palatinate Purple #781D64

Color information

#781D64 (or 0x781D64) is unknown color: approx Palatinate Purple. HEX triplet: 78, 1D and 64. RGB value is (120,29,100). Sum of RGB (Red+Green+Blue) = 120+29+100=249 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.19% from 249); Green value is 29 (11.72% from 255 or 11.65% from 249); Blue value is 100 (39.45% from 255 or 40.16% from 249); Max value from RGB is 120 - color contains mainly: red. Hex color #781D64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781D64 is #87E29B. Grayscale: #404040. Windows color (decimal): -8905372 or 6561144. OLE color: 6561144.

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

Color convert

RGB12029100-
CMYK00.760.170.53
HSL313.19º61.07%29.22%-
HSV(B)313.19º75.83%47.06%-
XYZ10.495.7912.62-
YUV64.3148.15167.73-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.19%
GREEN value IS 29 (11.72% from 255) = 11.65%
BLUE value IS 100 (39.45% from 255) = 40.16%
R=48.19%
G=11.65%
B=40.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1202910000.760.170.53313.1961.0729.22
Hex781D6404C11351393d1d
Octal17035144011421654717535
Binary1111000111011100100010011001000111010110011100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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