#721c59

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

Shades of Palatinate Purple #721C59

Tints of Palatinate Purple #721C59

Color information

#721C59 (or 0x721C59) is unknown color: approx Palatinate Purple. HEX triplet: 72, 1C and 59. RGB value is (114,28,89). Sum of RGB (Red+Green+Blue) = 114+28+89=231 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.35% from 231); Green value is 28 (11.33% from 255 or 12.12% from 231); Blue value is 89 (35.16% from 255 or 38.53% from 231); Max value from RGB is 114 - color contains mainly: red. Hex color #721C59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721C59 is #8DE3A6. Grayscale: #3C3C3C. Windows color (decimal): -9298855 or 5839986. OLE color: 5839986.

HSL color Cylindrical-coordinate representation of color #721C59: hue angle of 317.44º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #721C59 is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB1142889-
CMYK00.750.220.55
HSL317.44º60.56%27.84%-
HSV(B)317.44º75.44%44.71%-
XYZ9.165.139.96-
YUV60.67143.99166.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.35%
GREEN value IS 28 (11.33% from 255) = 12.12%
BLUE value IS 89 (35.16% from 255) = 38.53%
R=49.35%
G=12.12%
B=38.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114288900.750.220.55317.4460.5627.84
Hex721C5904B163713d3d1c
Octal16234131011326674757534
Binary1110010111001011001010010111011011011110011110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721c59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721c59; }

 p { color: rgb(114,28,89); }

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

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

 a { background-color: rgb(114,28,89); }

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

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

 span { border-color: rgb(114,28,89); }

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