#721973

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

Shades of Dark Purple #721973

Tints of Dark Purple #721973

Color information

#721973 (or 0x721973) is unknown color: approx Dark Purple. HEX triplet: 72, 19 and 73. RGB value is (114,25,115). Sum of RGB (Red+Green+Blue) = 114+25+115=254 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.88% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 115 (45.31% from 255 or 45.28% from 254); Max value from RGB is 115 - color contains mainly: blue. Hex color #721973 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721973 is #8DE68C. Grayscale: #3D3D3D. Windows color (decimal): -9299597 or 7543154. OLE color: 7543154.

HSL color Cylindrical-coordinate representation of color #721973: hue angle of 299.33º 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 #721973 is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11425115-
CMYK0.010.7800.55
HSL299.33º64.29%27.45%-
HSV(B)299.33º78.26%45.1%-
XYZ10.385.5116.74-
YUV61.87157.99165.18-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.88%
GREEN value IS 25 (10.16% from 255) = 9.84%
BLUE value IS 115 (45.31% from 255) = 45.28%
R=44.88%
G=9.84%
B=45.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114251150.010.7800.55299.3364.2927.45
Hex72197314E03712b401b
Octal16231163111606745310033
Binary1110010110011110011110011100110111100101011100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721973; }

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

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

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

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

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

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

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

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