Html Css Color HEX #721171 Purple

📋 copy color: '#721171'

red 114 ◦ green 17 ◦ blue 113

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

Shades of Purple #721171

Tints of Purple #721171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 46.31%

R = 46.72%
G = 6.97%
B = 46.31%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#721171 (or 0x721171) is known color: Purple. HEX triplet: 72, 11 and 71. RGB value is (114,17,113). Sum of RGB (Red+Green+Blue) = 114+17+113=244 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.72% from 244); Green value is 17 (7.03% from 255 or 6.97% from 244); Blue value is 113 (44.53% from 255 or 46.31% from 244); Max value from RGB is 114 - color contains mainly: red. Hex color #721171 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721171 is #8DEE8E. Grayscale: #383838. Windows color (decimal): -9301647 or 7410034. OLE color: 7410034.

HSL color Cylindrical-coordinate representation of color #721171: hue angle of 300.62º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #721171 is Cyan = 0, Magento = 0.85, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 17 113 -
CMYK 0 0.85 0.01 0.55
HSL 300.62º 0.74% 0.26% -
HSV(B) 300.62º 0.85% 0.45% -
XYZ 10.12 5.17 16.09 -
YUV 56.95 159.64 168.69 -
System Red Green Blue C M Y K H S L
Decimal 114 17 113 0 0.85 0.01 0.55 300.62 0.74 0.26
Hex 72 11 71 0 55 1 37 12D 4A 1A
Octal 162 21 161 0 125 1 67 455 112 32
Binary 1110010 10001 1110001 0 1010101 1 110111 100101101 1001010 11010

Color Harmonies of #721171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721171

Black with #721171

Text Example


Text Example

White with #721171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721171; }

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

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

background-color css

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

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

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

border-color css

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

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

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