Html Css Color HEX #721180 Purple

📋 copy color: '#721180'

red 114 ◦ green 17 ◦ blue 128

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

Shades of Purple #721180

Tints of Purple #721180

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.56%

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

R = 44.02%
G = 6.56%
B = 49.42%

CMYK

 C value IS 0.11

 M value IS 0.87

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#721180 (or 0x721180) is known color: Purple. HEX triplet: 72, 11 and 80. RGB value is (114,17,128). Sum of RGB (Red+Green+Blue) = 114+17+128=259 (34% of max value = 765). Red value is 114 (44.92% from 255 or 44.02% from 259); Green value is 17 (7.03% from 255 or 6.56% from 259); Blue value is 128 (50.39% from 255 or 49.42% from 259); Max value from RGB is 128 - color contains mainly: blue. Hex color #721180 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #721180 is #8DEE7F. Grayscale: #3A3A3A. Windows color (decimal): -9301632 or 8393074. OLE color: 8393074.

HSL color Cylindrical-coordinate representation of color #721180: hue angle of 292.43º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #721180 is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 114 17 128 -
CMYK 0.11 0.87 0 0.50
HSL 292.43º 0.77% 0.28% -
HSV(B) 292.43º 0.87% 0.5% -
XYZ 11.04 5.54 20.91 -
YUV 58.66 167.14 167.47 -
System Red Green Blue C M Y K H S L
Decimal 114 17 128 0.11 0.87 0 0.50 292.43 0.77 0.28
Hex 72 11 80 B 57 0 32 124 4D 1C
Octal 162 21 200 13 127 0 62 444 115 34
Binary 1110010 10001 10000000 1011 1010111 0 110010 100100100 1001101 11100

Color Harmonies of #721180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721180

Black with #721180

Text Example


Text Example

White with #721180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721180; }

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

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

background-color css

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

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

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

border-color css

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

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

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