Html Css Color HEX #720A72 Purple

📋 copy color: '#720A72'

red 114 ◦ green 10 ◦ blue 114

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

Shades of Purple #720A72

Tints of Purple #720A72

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.2%

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

R = 47.9%
G = 4.2%
B = 47.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#720A72 (or 0x720A72) is known color: Purple. HEX triplet: 72, 0A and 72. RGB value is (114,10,114). Sum of RGB (Red+Green+Blue) = 114+10+114=238 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.90% from 238); Green value is 10 (4.30% from 255 or 4.20% from 238); Blue value is 114 (44.92% from 255 or 47.90% from 238); Max value from RGB is 114 - color contains mainly: red, blue. Hex color #720A72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720A72 is #8DF58D. Grayscale: #343434. Windows color (decimal): -9303438 or 7473778. OLE color: 7473778.

HSL color Cylindrical-coordinate representation of color #720A72: hue angle of 300º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #720A72 is Cyan = 0, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 10 114 -
CMYK 0 0.91 0 0.55
HSL 300º 0.84% 0.24% -
HSV(B) 300º 0.91% 0.45% -
XYZ 10.09 5.01 16.35 -
YUV 52.95 162.46 171.54 -
System Red Green Blue C M Y K H S L
Decimal 114 10 114 0 0.91 0 0.55 300 0.84 0.24
Hex 72 A 72 0 5B 0 37 12C 54 18
Octal 162 12 162 0 133 0 67 454 124 30
Binary 1110010 1010 1110010 0 1011011 0 110111 100101100 1010100 11000

Color Harmonies of #720A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720A72

Black with #720A72

Text Example


Text Example

White with #720A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,10,114); }

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

background-color css

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

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

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

border-color css

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

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

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