Html Css Color HEX #721980 Purple

📋 copy color: '#721980'

red 114 ◦ green 25 ◦ blue 128

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

Shades of Purple #721980

Tints of Purple #721980

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.36%

 BLUE value IS 128 (50.39% from 255) = 47.94%

R = 42.7%
G = 9.36%
B = 47.94%

CMYK

 C value IS 0.11

 M value IS 0.80

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#721980 (or 0x721980) is known color: Purple. HEX triplet: 72, 19 and 80. RGB value is (114,25,128). Sum of RGB (Red+Green+Blue) = 114+25+128=267 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.70% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 128 (50.39% from 255 or 47.94% from 267); Max value from RGB is 128 - color contains mainly: blue. Hex color #721980 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721980 is #8DE67F. Grayscale: #3F3F3F. Windows color (decimal): -9299584 or 8395122. OLE color: 8395122.

HSL color Cylindrical-coordinate representation of color #721980: hue angle of 291.84º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #721980 is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 114 25 128 -
CMYK 0.11 0.80 0 0.50
HSL 291.84º 0.67% 0.3% -
HSV(B) 291.84º 0.8% 0.5% -
XYZ 11.18 5.83 20.96 -
YUV 63.35 164.49 164.12 -
System Red Green Blue C M Y K H S L
Decimal 114 25 128 0.11 0.80 0 0.50 291.84 0.67 0.3
Hex 72 19 80 B 50 0 32 124 43 1E
Octal 162 31 200 13 120 0 62 444 103 36
Binary 1110010 11001 10000000 1011 1010000 0 110010 100100100 1000011 11110

Color Harmonies of #721980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721980

Black with #721980

Text Example


Text Example

White with #721980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721980; }

 p { color: rgb(114,25,128); }

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

background-color css

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

 a { background-color: rgb(114,25,128); }

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

border-color css

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

 span { border-color: rgb(114,25,128); }

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