Html Css Color HEX #720994 Purple

📋 copy color: '#720994'

red 114 ◦ green 9 ◦ blue 148

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

Shades of Purple #720994

Tints of Purple #720994

RGB

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

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

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

R = 42.07%
G = 3.32%
B = 54.61%

CMYK

 C value IS 0.23

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#720994 (or 0x720994) is known color: Purple. HEX triplet: 72, 09 and 94. RGB value is (114,9,148). Sum of RGB (Red+Green+Blue) = 114+9+148=271 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.07% from 271); Green value is 9 (3.91% from 255 or 3.32% from 271); Blue value is 148 (58.20% from 255 or 54.61% from 271); Max value from RGB is 148 - color contains mainly: blue. Hex color #720994 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720994 is #8DF66B. Grayscale: #373737. Windows color (decimal): -9303660 or 9701746. OLE color: 9701746.

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

Color convert

RGB 114 9 148 -
CMYK 0.23 0.94 0 0.42
HSL 285.32º 0.89% 0.31% -
HSV(B) 285.32º 0.94% 0.58% -
XYZ 12.38 5.91 28.51 -
YUV 56.24 179.79 169.2 -
System Red Green Blue C M Y K H S L
Decimal 114 9 148 0.23 0.94 0 0.42 285.32 0.89 0.31
Hex 72 9 94 17 5E 0 2A 11D 59 1F
Octal 162 11 224 27 136 0 52 435 131 37
Binary 1110010 1001 10010100 10111 1011110 0 101010 100011101 1011001 11111

Color Harmonies of #720994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720994

Black with #720994

Text Example


Text Example

White with #720994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720994; }

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

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

background-color css

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

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

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

border-color css

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

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

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