#781960

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

Shades of Palatinate Purple #781960

Tints of Palatinate Purple #781960

Color information

#781960 (or 0x781960) is unknown color: approx Palatinate Purple. HEX triplet: 78, 19 and 60. RGB value is (120,25,96). Sum of RGB (Red+Green+Blue) = 120+25+96=241 (31% of max value = 765). Red value is 120 (47.27% from 255 or 49.79% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 96 (37.89% from 255 or 39.83% from 241); Max value from RGB is 120 - color contains mainly: red. Hex color #781960 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #781960 is #87E69F. Grayscale: #3D3D3D. Windows color (decimal): -8906400 or 6297976. OLE color: 6297976.

HSL color Cylindrical-coordinate representation of color #781960: hue angle of 315.16º 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 #781960 is Cyan = 0, Magento = 0.79, Yellow = 0.2 and Black (K on CMYK) = 0.53.

Color convert

RGB1202596-
CMYK00.790.20.53
HSL315.16º65.52%28.43%-
HSV(B)315.16º79.17%47.06%-
XYZ10.25.5311.6-
YUV61.5147.47169.73-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 49.79%
GREEN value IS 25 (10.16% from 255) = 10.37%
BLUE value IS 96 (37.89% from 255) = 39.83%
R=49.79%
G=10.37%
B=39.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.2
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120259600.790.20.53315.1665.5228.43
Hex78196004F143513b421c
Octal170311400117246547310234
Binary11110001100111000000100111110100110101100111011100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781960; }

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

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

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

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

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

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

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

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