#721E62

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

Shades of Palatinate Purple #721E62

Tints of Palatinate Purple #721E62

Color information

#721E62 (or 0x721E62) is unknown color: approx Palatinate Purple. HEX triplet: 72, 1E and 62. RGB value is (114,30,98). Sum of RGB (Red+Green+Blue) = 114+30+98=242 (32% of max value = 765). Red value is 114 (44.92% from 255 or 47.11% from 242); Green value is 30 (12.11% from 255 or 12.40% from 242); Blue value is 98 (38.67% from 255 or 40.50% from 242); Max value from RGB is 114 - color contains mainly: red. Hex color #721E62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721E62 is #8DE19D. Grayscale: #3E3E3E. Windows color (decimal): -9298334 or 6430322. OLE color: 6430322.

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

Color convert

RGB1143098-
CMYK00.740.140.55
HSL311.43º58.33%28.24%-
HSV(B)311.43º73.68%44.71%-
XYZ9.615.3912.09-
YUV62.87147.83164.47-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.11%
GREEN value IS 30 (12.11% from 255) = 12.40%
BLUE value IS 98 (38.67% from 255) = 40.50%
R=47.11%
G=12.40%
B=40.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114309800.740.140.55311.4358.3328.24
Hex721E6204AE371373a1c
Octal16236142011216674677234
Binary111001011110110001001001010111011011110011011111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,30,98); }

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

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

 a { background-color: rgb(114,30,98); }

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

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

 span { border-color: rgb(114,30,98); }

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