#721670

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

Shades of Dark Purple #721670

Tints of Dark Purple #721670

Color information

#721670 (or 0x721670) is unknown color: approx Dark Purple. HEX triplet: 72, 16 and 70. RGB value is (114,22,112). Sum of RGB (Red+Green+Blue) = 114+22+112=248 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.97% from 248); Green value is 22 (8.98% from 255 or 8.87% from 248); Blue value is 112 (44.14% from 255 or 45.16% from 248); Max value from RGB is 114 - color contains mainly: red. Hex color #721670 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721670 is #8DE98F. Grayscale: #3B3B3B. Windows color (decimal): -9300368 or 7345778. OLE color: 7345778.

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

Color convert

RGB11422112-
CMYK00.810.020.55
HSL301.3º67.65%26.67%-
HSV(B)301.3º80.7%44.71%-
XYZ10.155.3215.82-
YUV59.77157.48166.68-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.97%
GREEN value IS 22 (8.98% from 255) = 8.87%
BLUE value IS 112 (44.14% from 255) = 45.16%
R=45.97%
G=8.87%
B=45.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1142211200.810.020.55301.367.6526.67
Hex72167005123712d441b
Octal16226160012126745510433
Binary11100101011011100000101000110110111100101101100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721670; }

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

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

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

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

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

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

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

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