#721E5B

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

Shades of Palatinate Purple #721E5B

Tints of Palatinate Purple #721E5B

Color information

#721E5B (or 0x721E5B) is unknown color: approx Palatinate Purple. HEX triplet: 72, 1E and 5B. RGB value is (114,30,91). Sum of RGB (Red+Green+Blue) = 114+30+91=235 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.51% from 235); Green value is 30 (12.11% from 255 or 12.77% from 235); Blue value is 91 (35.94% from 255 or 38.72% from 235); Max value from RGB is 114 - color contains mainly: red. Hex color #721E5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721E5B is #8DE1A4. Grayscale: #3D3D3D. Windows color (decimal): -9298341 or 5971570. OLE color: 5971570.

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

Color convert

RGB1143091-
CMYK00.740.200.55
HSL316.43º58.33%28.24%-
HSV(B)316.43º73.68%44.71%-
XYZ9.295.2610.42-
YUV62.07144.33165.04-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.51%
GREEN value IS 30 (12.11% from 255) = 12.77%
BLUE value IS 91 (35.94% from 255) = 38.72%
R=48.51%
G=12.77%
B=38.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114309100.740.200.55316.4358.3328.24
Hex721E5B04A143713c3a1c
Octal16236133011224674747234
Binary1110010111101011011010010101010011011110011110011101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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