#721573

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

Shades of Dark Purple #721573

Tints of Dark Purple #721573

Color information

#721573 (or 0x721573) is unknown color: approx Dark Purple. HEX triplet: 72, 15 and 73. RGB value is (114,21,115). Sum of RGB (Red+Green+Blue) = 114+21+115=250 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.6% from 250); Green value is 21 (8.59% from 255 or 8.4% from 250); Blue value is 115 (45.31% from 255 or 46% from 250); Max value from RGB is 115 - color contains mainly: blue. Hex color #721573 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721573 is #8DEA8C. Grayscale: #3B3B3B. Windows color (decimal): -9300621 or 7542130. OLE color: 7542130.

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

Color convert

RGB11421115-
CMYK0.010.8200.55
HSL299.36º69.12%26.67%-
HSV(B)299.36º81.74%45.1%-
XYZ10.35.3516.71-
YUV59.52159.31166.86-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.6%
GREEN value IS 21 (8.59% from 255) = 8.4%
BLUE value IS 115 (45.31% from 255) = 46%
R=45.6%
G=8.4%
B=46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114211150.010.8200.55299.3669.1226.67
Hex72157315203712b451b
Octal16225163112206745310533
Binary1110010101011110011110100100110111100101011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721573; }

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

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

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

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

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

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

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

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