#720165

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

Shades of Purple #720165

Tints of Purple #720165

Color information

#720165 (or 0x720165) is unknown color: approx Purple. HEX triplet: 72, 01 and 65. RGB value is (114,1,101). Sum of RGB (Red+Green+Blue) = 114+1+101=216 (28% of max value = 765). Red value is 114 (44.92% from 255 or 52.78% from 216); Green value is 1 (0.78% from 255 or 0.46% from 216); Blue value is 101 (39.84% from 255 or 46.76% from 216); Max value from RGB is 114 - color contains mainly: red. Hex color #720165 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720165 is #8DFE9A. Grayscale: #2D2D2D. Windows color (decimal): -9305755 or 6619506. OLE color: 6619506.

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

Color convert

RGB1141101-
CMYK00.990.110.55
HSL306.9º98.26%22.55%-
HSV(B)306.9º99.12%44.71%-
XYZ9.34.5412.7-
YUV46.19158.94176.37-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 52.78%
GREEN value IS 1 (0.78% from 255) = 0.46%
BLUE value IS 101 (39.84% from 255) = 46.76%
R=52.78%
G=0.46%
B=46.76%

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
Decimal114110100.990.110.55306.998.2622.55
Hex72165063B371336217
Octal16211450143136746314227
Binary111001011100101011000111011110111100110011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720165; }

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

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

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

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

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

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

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

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