#721970

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

Shades of Dark Purple #721970

Tints of Dark Purple #721970

Color information

#721970 (or 0x721970) is unknown color: approx Dark Purple. HEX triplet: 72, 19 and 70. RGB value is (114,25,112). Sum of RGB (Red+Green+Blue) = 114+25+112=251 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.42% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 112 (44.14% from 255 or 44.62% from 251); Max value from RGB is 114 - color contains mainly: red. Hex color #721970 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721970 is #8DE68F. Grayscale: #3D3D3D. Windows color (decimal): -9299600 or 7346546. OLE color: 7346546.

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

Color convert

RGB11425112-
CMYK00.780.020.55
HSL301.35º64.03%27.25%-
HSV(B)301.35º78.07%44.71%-
XYZ10.215.4415.84-
YUV61.53156.49165.43-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.42%
GREEN value IS 25 (10.16% from 255) = 9.96%
BLUE value IS 112 (44.14% from 255) = 44.62%
R=45.42%
G=9.96%
B=44.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1142511200.780.020.55301.3564.0327.25
Hex72197004E23712d401b
Octal16231160011626745510033
Binary11100101100111100000100111010110111100101101100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721970; }

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

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

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

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

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

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

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

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