#721B71

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

Shades of Dark Purple #721B71

Tints of Dark Purple #721B71

Color information

#721B71 (or 0x721B71) is unknown color: approx Dark Purple. HEX triplet: 72, 1B and 71. RGB value is (114,27,113). Sum of RGB (Red+Green+Blue) = 114+27+113=254 (33% of max value = 765). Red value is 114 (44.92% from 255 or 44.88% from 254); Green value is 27 (10.94% from 255 or 10.63% from 254); Blue value is 113 (44.53% from 255 or 44.49% from 254); Max value from RGB is 114 - color contains mainly: red. Hex color #721B71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #721B71 is #8DE48E. Grayscale: #3E3E3E. Windows color (decimal): -9299087 or 7412594. OLE color: 7412594.

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

Color convert

RGB11427113-
CMYK00.760.010.55
HSL300.69º61.7%27.65%-
HSV(B)300.69º76.32%44.71%-
XYZ10.315.5516.15-
YUV62.82156.32164.51-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 44.88%
GREEN value IS 27 (10.94% from 255) = 10.63%
BLUE value IS 113 (44.53% from 255) = 44.49%
R=44.88%
G=10.63%
B=44.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1142711300.760.010.55300.6961.727.65
Hex721B7104C13712d3e1c
Octal1623316101141674557634
Binary111001011011111000101001100111011110010110111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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