#721178

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

Shades of Purple #721178

Tints of Purple #721178

Color information

#721178 (or 0x721178) is unknown color: approx Purple. HEX triplet: 72, 11 and 78. RGB value is (114,17,120). Sum of RGB (Red+Green+Blue) = 114+17+120=251 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.42% from 251); Green value is 17 (7.03% from 255 or 6.77% from 251); Blue value is 120 (47.27% from 255 or 47.81% from 251); Max value from RGB is 120 - color contains mainly: blue. Hex color #721178 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #721178 is #8DEE87. Grayscale: #393939. Windows color (decimal): -9301640 or 7868786. OLE color: 7868786.

HSL color Cylindrical-coordinate representation of color #721178: hue angle of 296.5º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #721178 is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11417120-
CMYK0.050.8600.53
HSL296.5º75.18%26.86%-
HSV(B)296.5º85.83%47.06%-
XYZ10.535.3318.24-
YUV57.74163.14168.12-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.42%
GREEN value IS 17 (7.03% from 255) = 6.77%
BLUE value IS 120 (47.27% from 255) = 47.81%
R=45.42%
G=6.77%
B=47.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal114171200.050.8600.53296.575.1826.86
Hex7211785560351294b1b
Octal16221170512606545111333
Binary111001010001111100010110101100110101100101001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #721178; }

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

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

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

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

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

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

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

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