#721E63

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

Shades of Palatinate Purple #721E63

Tints of Palatinate Purple #721E63

Color information

#721E63 (or 0x721E63) is unknown color: approx Palatinate Purple. HEX triplet: 72, 1E and 63. RGB value is (114,30,99). Sum of RGB (Red+Green+Blue) = 114+30+99=243 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.91% from 243); Green value is 30 (12.11% from 255 or 12.35% from 243); Blue value is 99 (39.06% from 255 or 40.74% from 243); Max value from RGB is 114 - color contains mainly: red. Hex color #721E63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721E63 is #8DE19C. Grayscale: #3E3E3E. Windows color (decimal): -9298333 or 6495858. OLE color: 6495858.

HSL color Cylindrical-coordinate representation of color #721E63: hue angle of 310.71º 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 #721E63 is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB1143099-
CMYK00.740.130.55
HSL310.71º58.33%28.24%-
HSV(B)310.71º73.68%44.71%-
XYZ9.665.4112.34-
YUV62.98148.33164.39-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.91%
GREEN value IS 30 (12.11% from 255) = 12.35%
BLUE value IS 99 (39.06% from 255) = 40.74%
R=46.91%
G=12.35%
B=40.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114309900.740.130.55310.7158.3328.24
Hex721E6304AD371373a1c
Octal16236143011215674677234
Binary111001011110110001101001010110111011110011011111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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