#721770

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

Shades of Dark Purple #721770

Tints of Dark Purple #721770

Color information

#721770 (or 0x721770) is unknown color: approx Dark Purple. HEX triplet: 72, 17 and 70. RGB value is (114,23,112). Sum of RGB (Red+Green+Blue) = 114+23+112=249 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.78% from 249); Green value is 23 (9.38% from 255 or 9.24% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 114 - color contains mainly: red. Hex color #721770 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721770 is #8DE88F. Grayscale: #3C3C3C. Windows color (decimal): -9300112 or 7346034. OLE color: 7346034.

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

Color convert

RGB11423112-
CMYK00.800.020.55
HSL301.32º66.42%26.86%-
HSV(B)301.32º79.82%44.71%-
XYZ10.175.3615.83-
YUV60.36157.15166.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.78%
GREEN value IS 23 (9.38% from 255) = 9.24%
BLUE value IS 112 (44.14% from 255) = 44.98%
R=45.78%
G=9.24%
B=44.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1142311200.800.020.55301.3266.4226.86
Hex72177005023712d421b
Octal16227160012026745510233
Binary11100101011111100000101000010110111100101101100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721770; }

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

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

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

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

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

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

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

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