#720166

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

Shades of Purple #720166

Tints of Purple #720166

Color information

#720166 (or 0x720166) is unknown color: approx Purple. HEX triplet: 72, 01 and 66. RGB value is (114,1,102). Sum of RGB (Red+Green+Blue) = 114+1+102=217 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.53% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 102 (40.23% from 255 or 47.00% from 217); Max value from RGB is 114 - color contains mainly: red. Hex color #720166 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720166 is #8DFE99. Grayscale: #2E2E2E. Windows color (decimal): -9305754 or 6685042. OLE color: 6685042.

HSL color Cylindrical-coordinate representation of color #720166: hue angle of 306.37º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #720166 is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB1141102-
CMYK00.990.110.55
HSL306.37º98.26%22.55%-
HSV(B)306.37º99.12%44.71%-
XYZ9.354.5612.96-
YUV46.3159.44176.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.53%
GREEN value IS 1 (0.78% from 255) = 0.46%
BLUE value IS 102 (40.23% from 255) = 47.00%
R=52.53%
G=0.46%
B=47.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114110200.990.110.55306.3798.2622.55
Hex72166063B371326217
Octal16211460143136746214227
Binary111001011100110011000111011110111100110010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720166; }

 p { color: rgb(114,1,102); }

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

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

 a { background-color: rgb(114,1,102); }

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

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

 span { border-color: rgb(114,1,102); }

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