Html Css Color HEX #720997 Purple

📋 copy color: '#720997'

red 114 ◦ green 9 ◦ blue 151

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

Shades of Purple #720997

Tints of Purple #720997

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.28%

 BLUE value IS 151 (59.38% from 255) = 55.11%

R = 41.61%
G = 3.28%
B = 55.11%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#720997 (or 0x720997) is known color: Purple. HEX triplet: 72, 09 and 97. RGB value is (114,9,151). Sum of RGB (Red+Green+Blue) = 114+9+151=274 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.61% from 274); Green value is 9 (3.91% from 255 or 3.28% from 274); Blue value is 151 (59.38% from 255 or 55.11% from 274); Max value from RGB is 151 - color contains mainly: blue. Hex color #720997 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720997 is #8DF668. Grayscale: #383838. Windows color (decimal): -9303657 or 9898354. OLE color: 9898354.

HSL color Cylindrical-coordinate representation of color #720997: hue angle of 284.37º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #720997 is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 114 9 151 -
CMYK 0.25 0.94 0 0.41
HSL 284.37º 0.89% 0.31% -
HSV(B) 284.37º 0.94% 0.59% -
XYZ 12.62 6.01 29.77 -
YUV 56.58 181.29 168.95 -
System Red Green Blue C M Y K H S L
Decimal 114 9 151 0.25 0.94 0 0.41 284.37 0.89 0.31
Hex 72 9 97 19 5E 0 29 11C 59 1F
Octal 162 11 227 31 136 0 51 434 131 37
Binary 1110010 1001 10010111 11001 1011110 0 101001 100011100 1011001 11111

Color Harmonies of #720997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720997

Black with #720997

Text Example


Text Example

White with #720997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720997; }

 p { color: rgb(114,9,151); }

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

background-color css

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

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

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

border-color css

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

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

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