Html Css Color HEX #720A98 Purple

📋 copy color: '#720A98'

red 114 ◦ green 10 ◦ blue 152

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

Shades of Purple #720A98

Tints of Purple #720A98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 55.07%

R = 41.3%
G = 3.62%
B = 55.07%

CMYK

 C value IS 0.25

 M value IS 0.93

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#720A98 (or 0x720A98) is known color: Purple. HEX triplet: 72, 0A and 98. RGB value is (114,10,152). Sum of RGB (Red+Green+Blue) = 114+10+152=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 10 (4.30% from 255 or 3.62% from 276); Blue value is 152 (59.77% from 255 or 55.07% from 276); Max value from RGB is 152 - color contains mainly: blue. Hex color #720A98 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720A98 is #8DF567. Grayscale: #383838. Windows color (decimal): -9303400 or 9964146. OLE color: 9964146.

HSL color Cylindrical-coordinate representation of color #720A98: hue angle of 283.94º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #720A98 is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 114 10 152 -
CMYK 0.25 0.93 0 0.40
HSL 283.94º 0.88% 0.32% -
HSV(B) 283.94º 0.93% 0.6% -
XYZ 12.72 6.06 30.21 -
YUV 57.28 181.46 168.45 -
System Red Green Blue C M Y K H S L
Decimal 114 10 152 0.25 0.93 0 0.40 283.94 0.88 0.32
Hex 72 A 98 19 5D 0 28 11C 58 20
Octal 162 12 230 31 135 0 50 434 130 40
Binary 1110010 1010 10011000 11001 1011101 0 101000 100011100 1011000 100000

Color Harmonies of #720A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720A98

Black with #720A98

Text Example


Text Example

White with #720A98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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