Html Css Color HEX #720E70 Purple

📋 copy color: '#720E70'

red 114 ◦ green 14 ◦ blue 112

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

Shades of Purple #720E70

Tints of Purple #720E70

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.83%

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

R = 47.5%
G = 5.83%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#720E70 (or 0x720E70) is known color: Purple. HEX triplet: 72, 0E and 70. RGB value is (114,14,112). Sum of RGB (Red+Green+Blue) = 114+14+112=240 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.5% from 240); Green value is 14 (5.86% from 255 or 5.83% from 240); Blue value is 112 (44.14% from 255 or 46.67% from 240); Max value from RGB is 114 - color contains mainly: red. Hex color #720E70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720E70 is #8DF18F. Grayscale: #363636. Windows color (decimal): -9302416 or 7343730. OLE color: 7343730.

HSL color Cylindrical-coordinate representation of color #720E70: hue angle of 301.2º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #720E70 is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 14 112 -
CMYK 0 0.88 0.02 0.55
HSL 301.2º 0.78% 0.25% -
HSV(B) 301.2º 0.88% 0.45% -
XYZ 10.02 5.06 15.78 -
YUV 55.07 160.13 170.03 -
System Red Green Blue C M Y K H S L
Decimal 114 14 112 0 0.88 0.02 0.55 301.2 0.78 0.25
Hex 72 E 70 0 58 2 37 12D 4E 19
Octal 162 16 160 0 130 2 67 455 116 31
Binary 1110010 1110 1110000 0 1011000 10 110111 100101101 1001110 11001

Color Harmonies of #720E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720E70

Black with #720E70

Text Example


Text Example

White with #720E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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