#721B72

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

Shades of Dark Purple #721B72

Tints of Dark Purple #721B72

Color information

#721B72 (or 0x721B72) is unknown color: approx Dark Purple. HEX triplet: 72, 1B and 72. RGB value is (114,27,114). Sum of RGB (Red+Green+Blue) = 114+27+114=255 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.71% from 255); Green value is 27 (10.94% from 255 or 10.59% from 255); Blue value is 114 (44.92% from 255 or 44.71% from 255); Max value from RGB is 114 - color contains mainly: red, blue. Hex color #721B72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721B72 is #8DE48D. Grayscale: #3E3E3E. Windows color (decimal): -9299086 or 7478130. OLE color: 7478130.

HSL color Cylindrical-coordinate representation of color #721B72: hue angle of 300º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #721B72 is Cyan = 0, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11427114-
CMYK00.7600.55
HSL300º61.7%27.65%-
HSV(B)300º76.32%44.71%-
XYZ10.375.5816.45-
YUV62.93156.82164.43-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.71%
GREEN value IS 27 (10.94% from 255) = 10.59%
BLUE value IS 114 (44.92% from 255) = 44.71%
R=44.71%
G=10.59%
B=44.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1142711400.7600.5530061.727.65
Hex721B7204C03712c3e1c
Octal1623316201140674547634
Binary111001011011111001001001100011011110010110011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721B72; }

 p { color: rgb(114,27,114); }

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

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

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

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

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

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

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