Html Css Color HEX #720B70 Purple

📋 copy color: '#720B70'

red 114 ◦ green 11 ◦ blue 112

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

Shades of Purple #720B70

Tints of Purple #720B70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 47.26%

R = 48.1%
G = 4.64%
B = 47.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#720B70 (or 0x720B70) is known color: Purple. HEX triplet: 72, 0B and 70. RGB value is (114,11,112). Sum of RGB (Red+Green+Blue) = 114+11+112=237 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.10% from 237); Green value is 11 (4.69% from 255 or 4.64% from 237); Blue value is 112 (44.14% from 255 or 47.26% from 237); Max value from RGB is 114 - color contains mainly: red. Hex color #720B70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720B70 is #8DF48F. Grayscale: #353535. Windows color (decimal): -9303184 or 7342962. OLE color: 7342962.

HSL color Cylindrical-coordinate representation of color #720B70: hue angle of 301.17º 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 #720B70 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 11 112 -
CMYK 0 0.90 0.02 0.55
HSL 301.17º 0.82% 0.25% -
HSV(B) 301.17º 0.9% 0.45% -
XYZ 9.98 4.99 15.77 -
YUV 53.31 161.12 171.29 -
System Red Green Blue C M Y K H S L
Decimal 114 11 112 0 0.90 0.02 0.55 301.17 0.82 0.25
Hex 72 B 70 0 5A 2 37 12D 52 19
Octal 162 13 160 0 132 2 67 455 122 31
Binary 1110010 1011 1110000 0 1011010 10 110111 100101101 1010010 11001

Color Harmonies of #720B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720B70

Black with #720B70

Text Example


Text Example

White with #720B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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