#721174

Color #721174 Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #721174

Tints of Purple #721174

Color information

#721174 (or 0x721174) is unknown color: approx Purple. HEX triplet: 72, 11 and 74. RGB value is (114,17,116). Sum of RGB (Red+Green+Blue) = 114+17+116=247 (32% of max value = 765). Red value is 114 (44.92% from 255 or 46.15% from 247); Green value is 17 (7.03% from 255 or 6.88% from 247); Blue value is 116 (45.70% from 255 or 46.96% from 247); Max value from RGB is 116 - color contains mainly: blue. Hex color #721174 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721174 is #8DEE8B. Grayscale: #383838. Windows color (decimal): -9301644 or 7606642. OLE color: 7606642.

HSL color Cylindrical-coordinate representation of color #721174: hue angle of 298.79º 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 #721174 is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB11417116-
CMYK0.020.8500.55
HSL298.79º74.44%26.08%-
HSV(B)298.79º85.34%45.49%-
XYZ10.295.2416.99-
YUV57.29161.14168.45-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 46.15%
GREEN value IS 17 (7.03% from 255) = 6.88%
BLUE value IS 116 (45.70% from 255) = 46.96%
R=46.15%
G=6.88%
B=46.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114171160.020.8500.55298.7974.4426.08
Hex72117425503712b4a1a
Octal16221164212506745311232
Binary11100101000111101001010101010110111100101011100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721174; }

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

 H1.HeaderClassName
 {
   color: #721174;
 }
 .AnyTagClassName
 {
   color: #721174;
 }
</style>
background-color css

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

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

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

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

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

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