Html Css Color HEX #720F70 Purple

📋 copy color: '#720F70'

red 114 ◦ green 15 ◦ blue 112

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

Shades of Purple #720F70

Tints of Purple #720F70

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.22%

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

R = 47.3%
G = 6.22%
B = 46.47%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#720F70 (or 0x720F70) is known color: Purple. HEX triplet: 72, 0F and 70. RGB value is (114,15,112). Sum of RGB (Red+Green+Blue) = 114+15+112=241 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.30% from 241); Green value is 15 (6.25% from 255 or 6.22% from 241); Blue value is 112 (44.14% from 255 or 46.47% from 241); Max value from RGB is 114 - color contains mainly: red. Hex color #720F70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720F70 is #8DF08F. Grayscale: #373737. Windows color (decimal): -9302160 or 7343986. OLE color: 7343986.

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

Color convert

RGB 114 15 112 -
CMYK 0 0.87 0.02 0.55
HSL 301.21º 0.77% 0.25% -
HSV(B) 301.21º 0.87% 0.45% -
XYZ 10.03 5.09 15.78 -
YUV 55.66 159.8 169.61 -
System Red Green Blue C M Y K H S L
Decimal 114 15 112 0 0.87 0.02 0.55 301.21 0.77 0.25
Hex 72 F 70 0 57 2 37 12D 4D 19
Octal 162 17 160 0 127 2 67 455 115 31
Binary 1110010 1111 1110000 0 1010111 10 110111 100101101 1001101 11001

Color Harmonies of #720F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720F70

Black with #720F70

Text Example


Text Example

White with #720F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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