Html Css Color HEX #720991 Purple

📋 copy color: '#720991'

red 114 ◦ green 9 ◦ blue 145

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

Shades of Purple #720991

Tints of Purple #720991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 54.1%

R = 42.54%
G = 3.36%
B = 54.1%

CMYK

 C value IS 0.21

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#720991 (or 0x720991) is known color: Purple. HEX triplet: 72, 09 and 91. RGB value is (114,9,145). Sum of RGB (Red+Green+Blue) = 114+9+145=268 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.54% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 145 (57.03% from 255 or 54.10% from 268); Max value from RGB is 145 - color contains mainly: blue. Hex color #720991 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720991 is #8DF66E. Grayscale: #373737. Windows color (decimal): -9303663 or 9505138. OLE color: 9505138.

HSL color Cylindrical-coordinate representation of color #720991: hue angle of 286.32º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #720991 is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 114 9 145 -
CMYK 0.21 0.94 0 0.43
HSL 286.32º 0.88% 0.3% -
HSV(B) 286.32º 0.94% 0.57% -
XYZ 12.15 5.82 27.27 -
YUV 55.9 178.29 169.44 -
System Red Green Blue C M Y K H S L
Decimal 114 9 145 0.21 0.94 0 0.43 286.32 0.88 0.3
Hex 72 9 91 15 5E 0 2B 11E 58 1E
Octal 162 11 221 25 136 0 53 436 130 36
Binary 1110010 1001 10010001 10101 1011110 0 101011 100011110 1011000 11110

Color Harmonies of #720991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720991

Black with #720991

Text Example


Text Example

White with #720991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720991; }

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

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

background-color css

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

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

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

border-color css

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

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

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