Html Css Color HEX #721090 Purple

📋 copy color: '#721090'

red 114 ◦ green 16 ◦ blue 144

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

Shades of Purple #721090

Tints of Purple #721090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 52.55%

R = 41.61%
G = 5.84%
B = 52.55%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#721090 (or 0x721090) is known color: Purple. HEX triplet: 72, 10 and 90. RGB value is (114,16,144). Sum of RGB (Red+Green+Blue) = 114+16+144=274 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.61% from 274); Green value is 16 (6.64% from 255 or 5.84% from 274); Blue value is 144 (56.64% from 255 or 52.55% from 274); Max value from RGB is 144 - color contains mainly: blue. Hex color #721090 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721090 is #8DEF6F. Grayscale: #3B3B3B. Windows color (decimal): -9301872 or 9441394. OLE color: 9441394.

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

Color convert

RGB 114 16 144 -
CMYK 0.21 0.89 0 0.44
HSL 285.94º 0.8% 0.31% -
HSV(B) 285.94º 0.89% 0.56% -
XYZ 12.16 5.96 26.9 -
YUV 59.89 175.47 166.59 -
System Red Green Blue C M Y K H S L
Decimal 114 16 144 0.21 0.89 0 0.44 285.94 0.8 0.31
Hex 72 10 90 15 59 0 2C 11E 50 1F
Octal 162 20 220 25 131 0 54 436 120 37
Binary 1110010 10000 10010000 10101 1011001 0 101100 100011110 1010000 11111

Color Harmonies of #721090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721090

Black with #721090

Text Example


Text Example

White with #721090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721090; }

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

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

background-color css

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

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

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

border-color css

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

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

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