Html Css Color HEX #721091 Purple

📋 copy color: '#721091'

red 114 ◦ green 16 ◦ blue 145

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

Shades of Purple #721091

Tints of Purple #721091

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.82%

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

R = 41.45%
G = 5.82%
B = 52.73%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#721091 (or 0x721091) is known color: Purple. HEX triplet: 72, 10 and 91. RGB value is (114,16,145). Sum of RGB (Red+Green+Blue) = 114+16+145=275 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.45% from 275); Green value is 16 (6.64% from 255 or 5.82% from 275); Blue value is 145 (57.03% from 255 or 52.73% from 275); Max value from RGB is 145 - color contains mainly: blue. Hex color #721091 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721091 is #8DEF6E. Grayscale: #3B3B3B. Windows color (decimal): -9301871 or 9506930. OLE color: 9506930.

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

Color convert

RGB 114 16 145 -
CMYK 0.21 0.89 0 0.43
HSL 285.58º 0.8% 0.32% -
HSV(B) 285.58º 0.89% 0.57% -
XYZ 12.24 5.99 27.3 -
YUV 60.01 175.97 166.51 -
System Red Green Blue C M Y K H S L
Decimal 114 16 145 0.21 0.89 0 0.43 285.58 0.8 0.32
Hex 72 10 91 15 59 0 2B 11E 50 20
Octal 162 20 221 25 131 0 53 436 120 40
Binary 1110010 10000 10010001 10101 1011001 0 101011 100011110 1010000 100000

Color Harmonies of #721091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721091

Black with #721091

Text Example


Text Example

White with #721091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721091; }

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

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

background-color css

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

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

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

border-color css

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

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

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