Html Css Color HEX #721176 Purple

📋 copy color: '#721176'

red 114 ◦ green 17 ◦ blue 118

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

Shades of Purple #721176

Tints of Purple #721176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 47.39%

R = 45.78%
G = 6.83%
B = 47.39%

CMYK

 C value IS 0.03

 M value IS 0.86

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#721176 (or 0x721176) is known color: Purple. HEX triplet: 72, 11 and 76. RGB value is (114,17,118). Sum of RGB (Red+Green+Blue) = 114+17+118=249 (32% of max value = 765). Red value is 114 (44.92% from 255 or 45.78% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 118 (46.48% from 255 or 47.39% from 249); Max value from RGB is 118 - color contains mainly: blue. Hex color #721176 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721176 is #8DEE89. Grayscale: #393939. Windows color (decimal): -9301642 or 7737714. OLE color: 7737714.

HSL color Cylindrical-coordinate representation of color #721176: hue angle of 297.62º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #721176 is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 114 17 118 -
CMYK 0.03 0.86 0 0.54
HSL 297.62º 0.75% 0.26% -
HSV(B) 297.62º 0.86% 0.46% -
XYZ 10.41 5.29 17.61 -
YUV 57.52 162.14 168.29 -
System Red Green Blue C M Y K H S L
Decimal 114 17 118 0.03 0.86 0 0.54 297.62 0.75 0.26
Hex 72 11 76 3 56 0 36 12A 4B 1A
Octal 162 21 166 3 126 0 66 452 113 32
Binary 1110010 10001 1110110 11 1010110 0 110110 100101010 1001011 11010

Color Harmonies of #721176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721176

Black with #721176

Text Example


Text Example

White with #721176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721176; }

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

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

background-color css

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

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

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

border-color css

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

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

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