Html Css Color HEX #720B71 Purple

📋 copy color: '#720B71'

red 114 ◦ green 11 ◦ blue 113

#720B71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple #720B71

Tints of Purple #720B71

RGB

 RED value IS 114 (44.92% from 255) = 47.9%

 GREEN value IS 11 (4.69% from 255) = 4.62%

 BLUE value IS 113 (44.53% from 255) = 47.48%

R = 47.9%
G = 4.62%
B = 47.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#720B71 (or 0x720B71) is known color: Purple. HEX triplet: 72, 0B and 71. RGB value is (114,11,113). Sum of RGB (Red+Green+Blue) = 114+11+113=238 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.90% from 238); Green value is 11 (4.69% from 255 or 4.62% from 238); Blue value is 113 (44.53% from 255 or 47.48% from 238); Max value from RGB is 114 - color contains mainly: red. Hex color #720B71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720B71 is #8DF48E. Grayscale: #353535. Windows color (decimal): -9303183 or 7408498. OLE color: 7408498.

HSL color Cylindrical-coordinate representation of color #720B71: hue angle of 300.58º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #720B71 is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 11 113 -
CMYK 0 0.90 0.01 0.55
HSL 300.58º 0.82% 0.25% -
HSV(B) 300.58º 0.9% 0.45% -
XYZ 10.04 5.01 16.06 -
YUV 53.43 161.62 171.21 -
System Red Green Blue C M Y K H S L
Decimal 114 11 113 0 0.90 0.01 0.55 300.58 0.82 0.25
Hex 72 B 71 0 5A 1 37 12D 52 19
Octal 162 13 161 0 132 1 67 455 122 31
Binary 1110010 1011 1110001 0 1011010 1 110111 100101101 1010010 11001

Color Harmonies of #720B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720B71

Black with #720B71

Text Example


Text Example

White with #720B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #720B71;
 }
 .AnyTagClassName
 {
   color: #720B71;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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