#781A63

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

Shades of Palatinate Purple #781A63

Tints of Palatinate Purple #781A63

Color information

#781A63 (or 0x781A63) is unknown color: approx Palatinate Purple. HEX triplet: 78, 1A and 63. RGB value is (120,26,99). Sum of RGB (Red+Green+Blue) = 120+26+99=245 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.98% from 245); Green value is 26 (10.55% from 255 or 10.61% from 245); Blue value is 99 (39.06% from 255 or 40.41% from 245); Max value from RGB is 120 - color contains mainly: red. Hex color #781A63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #781A63 is #87E59C. Grayscale: #3E3E3E. Windows color (decimal): -8906141 or 6494840. OLE color: 6494840.

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

Color convert

RGB1202699-
CMYK00.780.170.53
HSL313.4º64.38%28.63%-
HSV(B)313.4º78.33%47.06%-
XYZ10.375.6312.35-
YUV62.43148.64169.06-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.98%
GREEN value IS 26 (10.55% from 255) = 10.61%
BLUE value IS 99 (39.06% from 255) = 40.41%
R=48.98%
G=10.61%
B=40.41%

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
Decimal120269900.780.170.53313.464.3828.63
Hex781A6304E1135139401d
Octal170321430116216547110035
Binary11110001101011000110100111010001110101100111001100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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