Html Css Color HEX #721590 Purple

📋 copy color: '#721590'

red 114 ◦ green 21 ◦ blue 144

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

Shades of Purple #721590

Tints of Purple #721590

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.53%

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

R = 40.86%
G = 7.53%
B = 51.61%

CMYK

 C value IS 0.21

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#721590 (or 0x721590) is known color: Purple. HEX triplet: 72, 15 and 90. RGB value is (114,21,144). Sum of RGB (Red+Green+Blue) = 114+21+144=279 (36% of max value = 765). Red value is 114 (44.92% from 255 or 40.86% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 144 (56.64% from 255 or 51.61% from 279); Max value from RGB is 144 - color contains mainly: blue. Hex color #721590 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721590 is #8DEA6F. Grayscale: #3E3E3E. Windows color (decimal): -9300592 or 9442674. OLE color: 9442674.

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

Color convert

RGB 114 21 144 -
CMYK 0.21 0.85 0 0.44
HSL 285.37º 0.75% 0.32% -
HSV(B) 285.37º 0.85% 0.56% -
XYZ 12.24 6.13 26.92 -
YUV 62.83 173.81 164.5 -
System Red Green Blue C M Y K H S L
Decimal 114 21 144 0.21 0.85 0 0.44 285.37 0.75 0.32
Hex 72 15 90 15 55 0 2C 11D 4B 20
Octal 162 25 220 25 125 0 54 435 113 40
Binary 1110010 10101 10010000 10101 1010101 0 101100 100011101 1001011 100000

Color Harmonies of #721590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721590

Black with #721590

Text Example


Text Example

White with #721590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721590; }

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

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

background-color css

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

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

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

border-color css

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

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

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