#781963

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

Shades of Palatinate Purple #781963

Tints of Palatinate Purple #781963

Color information

#781963 (or 0x781963) is unknown color: approx Palatinate Purple. HEX triplet: 78, 19 and 63. RGB value is (120,25,99). Sum of RGB (Red+Green+Blue) = 120+25+99=244 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.18% from 244); Green value is 25 (10.16% from 255 or 10.25% from 244); Blue value is 99 (39.06% from 255 or 40.57% from 244); Max value from RGB is 120 - color contains mainly: red. Hex color #781963 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781963 is #87E69C. Grayscale: #3D3D3D. Windows color (decimal): -8906397 or 6494584. OLE color: 6494584.

HSL color Cylindrical-coordinate representation of color #781963: hue angle of 313.26º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #781963 is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB1202599-
CMYK00.790.170.53
HSL313.26º65.52%28.43%-
HSV(B)313.26º79.17%47.06%-
XYZ10.355.5912.34-
YUV61.84148.97169.48-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 49.18%
GREEN value IS 25 (10.16% from 255) = 10.25%
BLUE value IS 99 (39.06% from 255) = 40.57%
R=49.18%
G=10.25%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120259900.790.170.53313.2665.5228.43
Hex78196304F1135139421c
Octal170311430117216547110234
Binary11110001100111000110100111110001110101100111001100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781963; }

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

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

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

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

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

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

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

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