Html Css Color HEX #720E94 Purple

📋 copy color: '#720E94'

red 114 ◦ green 14 ◦ blue 148

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

Shades of Purple #720E94

Tints of Purple #720E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 53.62%

R = 41.3%
G = 5.07%
B = 53.62%

CMYK

 C value IS 0.23

 M value IS 0.91

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#720E94 (or 0x720E94) is known color: Purple. HEX triplet: 72, 0E and 94. RGB value is (114,14,148). Sum of RGB (Red+Green+Blue) = 114+14+148=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 14 (5.86% from 255 or 5.07% from 276); Blue value is 148 (58.20% from 255 or 53.62% from 276); Max value from RGB is 148 - color contains mainly: blue. Hex color #720E94 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720E94 is #8DF16B. Grayscale: #3A3A3A. Windows color (decimal): -9302380 or 9703026. OLE color: 9703026.

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

Color convert

RGB 114 14 148 -
CMYK 0.23 0.91 0 0.42
HSL 284.78º 0.83% 0.32% -
HSV(B) 284.78º 0.91% 0.58% -
XYZ 12.44 6.03 28.53 -
YUV 59.18 178.13 167.1 -
System Red Green Blue C M Y K H S L
Decimal 114 14 148 0.23 0.91 0 0.42 284.78 0.83 0.32
Hex 72 E 94 17 5B 0 2A 11D 53 20
Octal 162 16 224 27 133 0 52 435 123 40
Binary 1110010 1110 10010100 10111 1011011 0 101010 100011101 1010011 100000

Color Harmonies of #720E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720E94

Black with #720E94

Text Example


Text Example

White with #720E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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