#721771

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

Shades of Dark Purple #721771

Tints of Dark Purple #721771

Color information

#721771 (or 0x721771) is unknown color: approx Dark Purple. HEX triplet: 72, 17 and 71. RGB value is (114,23,113). Sum of RGB (Red+Green+Blue) = 114+23+113=250 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.6% from 250); Green value is 23 (9.38% from 255 or 9.2% from 250); Blue value is 113 (44.53% from 255 or 45.2% from 250); Max value from RGB is 114 - color contains mainly: red. Hex color #721771 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721771 is #8DE88E. Grayscale: #3C3C3C. Windows color (decimal): -9300111 or 7411570. OLE color: 7411570.

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

Color convert

RGB11423113-
CMYK00.800.010.55
HSL300.66º66.42%26.86%-
HSV(B)300.66º79.82%44.71%-
XYZ10.235.3816.12-
YUV60.47157.65166.18-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.6%
GREEN value IS 23 (9.38% from 255) = 9.2%
BLUE value IS 113 (44.53% from 255) = 45.2%
R=45.6%
G=9.2%
B=45.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1142311300.800.010.55300.6666.4226.86
Hex72177105013712d421b
Octal16227161012016745510233
Binary1110010101111110001010100001110111100101101100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721771; }

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

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

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

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

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

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

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

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