Html Css Color HEX #720E93 Purple

📋 copy color: '#720E93'

red 114 ◦ green 14 ◦ blue 147

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

Shades of Purple #720E93

Tints of Purple #720E93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 53.45%

R = 41.45%
G = 5.09%
B = 53.45%

CMYK

 C value IS 0.22

 M value IS 0.90

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#720E93 (or 0x720E93) is known color: Purple. HEX triplet: 72, 0E and 93. RGB value is (114,14,147). Sum of RGB (Red+Green+Blue) = 114+14+147=275 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.45% from 275); Green value is 14 (5.86% from 255 or 5.09% from 275); Blue value is 147 (57.81% from 255 or 53.45% from 275); Max value from RGB is 147 - color contains mainly: blue. Hex color #720E93 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720E93 is #8DF16C. Grayscale: #3A3A3A. Windows color (decimal): -9302381 or 9637490. OLE color: 9637490.

HSL color Cylindrical-coordinate representation of color #720E93: hue angle of 285.11º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #720E93 is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 114 14 147 -
CMYK 0.22 0.90 0 0.42
HSL 285.11º 0.83% 0.32% -
HSV(B) 285.11º 0.9% 0.58% -
XYZ 12.36 6 28.11 -
YUV 59.06 177.63 167.19 -
System Red Green Blue C M Y K H S L
Decimal 114 14 147 0.22 0.90 0 0.42 285.11 0.83 0.32
Hex 72 E 93 16 5A 0 2A 11D 53 20
Octal 162 16 223 26 132 0 52 435 123 40
Binary 1110010 1110 10010011 10110 1011010 0 101010 100011101 1010011 100000

Color Harmonies of #720E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720E93

Black with #720E93

Text Example


Text Example

White with #720E93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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