#720F6F

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

Shades of Purple #720F6F

Tints of Purple #720F6F

Color information

#720F6F (or 0x720F6F) is unknown color: approx Purple. HEX triplet: 72, 0F and 6F. RGB value is (114,15,111). Sum of RGB (Red+Green+Blue) = 114+15+111=240 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.5% from 240); Green value is 15 (6.25% from 255 or 6.25% from 240); Blue value is 111 (43.75% from 255 or 46.25% from 240); Max value from RGB is 114 - color contains mainly: red. Hex color #720F6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720F6F is #8DF090. Grayscale: #373737. Windows color (decimal): -9302161 or 7278450. OLE color: 7278450.

HSL color Cylindrical-coordinate representation of color #720F6F: hue angle of 301.82º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #720F6F is Cyan = 0, Magento = 0.87, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB11415111-
CMYK00.870.030.55
HSL301.82º76.74%25.29%-
HSV(B)301.82º86.84%44.71%-
XYZ9.985.0715.49-
YUV55.54159.3169.69-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 47.5%
GREEN value IS 15 (6.25% from 255) = 6.25%
BLUE value IS 111 (43.75% from 255) = 46.25%
R=47.5%
G=6.25%
B=46.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141511100.870.030.55301.8276.7425.29
Hex72F6F05733712e4d19
Octal16217157012736745611531
Binary1110010111111011110101011111110111100101110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720F6F; }

 p { color: rgb(114,15,111); }

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

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

 a { background-color: rgb(114,15,111); }

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

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

 span { border-color: rgb(114,15,111); }

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