#721F5D

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

Shades of Palatinate Purple #721F5D

Tints of Palatinate Purple #721F5D

Color information

#721F5D (or 0x721F5D) is unknown color: approx Palatinate Purple. HEX triplet: 72, 1F and 5D. RGB value is (114,31,93). Sum of RGB (Red+Green+Blue) = 114+31+93=238 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.90% from 238); Green value is 31 (12.5% from 255 or 13.03% from 238); Blue value is 93 (36.72% from 255 or 39.08% from 238); Max value from RGB is 114 - color contains mainly: red. Hex color #721F5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721F5D is #8DE0A2. Grayscale: #3E3E3E. Windows color (decimal): -9298083 or 6102898. OLE color: 6102898.

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

Color convert

RGB1143193-
CMYK00.730.180.55
HSL315.18º57.24%28.43%-
HSV(B)315.18º72.81%44.71%-
XYZ9.415.3510.89-
YUV62.89145164.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.90%
GREEN value IS 31 (12.5% from 255) = 13.03%
BLUE value IS 93 (36.72% from 255) = 39.08%
R=47.90%
G=13.03%
B=39.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.18
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114319300.730.180.55315.1857.2428.43
Hex721F5D049123713b391c
Octal16237135011122674737134
Binary1110010111111011101010010011001011011110011101111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,31,93); }

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

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

 a { background-color: rgb(114,31,93); }

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

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

 span { border-color: rgb(114,31,93); }

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