Html Css Color HEX #720992 Purple

📋 copy color: '#720992'

red 114 ◦ green 9 ◦ blue 146

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

Shades of Purple #720992

Tints of Purple #720992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 54.28%

R = 42.38%
G = 3.35%
B = 54.28%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#720992 (or 0x720992) is known color: Purple. HEX triplet: 72, 09 and 92. RGB value is (114,9,146). Sum of RGB (Red+Green+Blue) = 114+9+146=269 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.38% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 146 (57.42% from 255 or 54.28% from 269); Max value from RGB is 146 - color contains mainly: blue. Hex color #720992 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720992 is #8DF66D. Grayscale: #373737. Windows color (decimal): -9303662 or 9570674. OLE color: 9570674.

HSL color Cylindrical-coordinate representation of color #720992: hue angle of 285.99º 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 #720992 is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 114 9 146 -
CMYK 0.22 0.94 0 0.43
HSL 285.99º 0.88% 0.3% -
HSV(B) 285.99º 0.94% 0.57% -
XYZ 12.23 5.85 27.68 -
YUV 56.01 178.79 169.36 -
System Red Green Blue C M Y K H S L
Decimal 114 9 146 0.22 0.94 0 0.43 285.99 0.88 0.3
Hex 72 9 92 16 5E 0 2B 11E 58 1E
Octal 162 11 222 26 136 0 53 436 130 36
Binary 1110010 1001 10010010 10110 1011110 0 101011 100011110 1011000 11110

Color Harmonies of #720992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720992

Black with #720992

Text Example


Text Example

White with #720992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720992; }

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

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

background-color css

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

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

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

border-color css

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

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

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