#721960

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

Shades of Palatinate Purple #721960

Tints of Palatinate Purple #721960

Color information

#721960 (or 0x721960) is unknown color: approx Palatinate Purple. HEX triplet: 72, 19 and 60. RGB value is (114,25,96). Sum of RGB (Red+Green+Blue) = 114+25+96=235 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.51% from 235); Green value is 25 (10.16% from 255 or 10.64% from 235); Blue value is 96 (37.89% from 255 or 40.85% from 235); Max value from RGB is 114 - color contains mainly: red. Hex color #721960 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721960 is #8DE69F. Grayscale: #3B3B3B. Windows color (decimal): -9299616 or 6297970. OLE color: 6297970.

HSL color Cylindrical-coordinate representation of color #721960: hue angle of 312.13º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #721960 is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB1142596-
CMYK00.780.160.55
HSL312.13º64.03%27.25%-
HSV(B)312.13º78.07%44.71%-
XYZ9.45.1211.56-
YUV59.7148.49166.73-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.51%
GREEN value IS 25 (10.16% from 255) = 10.64%
BLUE value IS 96 (37.89% from 255) = 40.85%
R=48.51%
G=10.64%
B=40.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114259600.780.160.55312.1364.0327.25
Hex72196004E1037138401b
Octal162311400116206747010033
Binary11100101100111000000100111010000110111100111000100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721960; }

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

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

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

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

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

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

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

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