#721972

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

Shades of Dark Purple #721972

Tints of Dark Purple #721972

Color information

#721972 (or 0x721972) is unknown color: approx Dark Purple. HEX triplet: 72, 19 and 72. RGB value is (114,25,114). Sum of RGB (Red+Green+Blue) = 114+25+114=253 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.06% from 253); Green value is 25 (10.16% from 255 or 9.88% from 253); Blue value is 114 (44.92% from 255 or 45.06% from 253); Max value from RGB is 114 - color contains mainly: red, blue. Hex color #721972 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721972 is #8DE68D. Grayscale: #3D3D3D. Windows color (decimal): -9299598 or 7477618. OLE color: 7477618.

HSL color Cylindrical-coordinate representation of color #721972: hue angle of 300º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #721972 is Cyan = 0, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11425114-
CMYK00.7800.55
HSL300º64.03%27.25%-
HSV(B)300º78.07%44.71%-
XYZ10.325.4916.43-
YUV61.76157.49165.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.06%
GREEN value IS 25 (10.16% from 255) = 9.88%
BLUE value IS 114 (44.92% from 255) = 45.06%
R=45.06%
G=9.88%
B=45.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1142511400.7800.5530064.0327.25
Hex72197204E03712c401b
Octal16231162011606745410033
Binary1110010110011110010010011100110111100101100100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721972; }

 p { color: rgb(114,25,114); }

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

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

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

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

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

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

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