#720A6E

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

Shades of Purple #720A6E

Tints of Purple #720A6E

Color information

#720A6E (or 0x720A6E) is unknown color: approx Purple. HEX triplet: 72, 0A and 6E. RGB value is (114,10,110). Sum of RGB (Red+Green+Blue) = 114+10+110=234 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.72% from 234); Green value is 10 (4.30% from 255 or 4.27% from 234); Blue value is 110 (43.36% from 255 or 47.01% from 234); Max value from RGB is 114 - color contains mainly: red. Hex color #720A6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720A6E is #8DF591. Grayscale: #343434. Windows color (decimal): -9303442 or 7211634. OLE color: 7211634.

HSL color Cylindrical-coordinate representation of color #720A6E: hue angle of 302.31º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #720A6E is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB11410110-
CMYK00.910.040.55
HSL302.31º83.87%24.31%-
HSV(B)302.31º91.23%44.71%-
XYZ9.864.9215.18-
YUV52.5160.46171.87-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.72%
GREEN value IS 10 (4.30% from 255) = 4.27%
BLUE value IS 110 (43.36% from 255) = 47.01%
R=48.72%
G=4.27%
B=47.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141011000.910.040.55302.3183.8724.31
Hex72A6E05B43712e5418
Octal16212156013346745612430
Binary11100101010110111001011011100110111100101110101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,10,110); }

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

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

 a { background-color: rgb(114,10,110); }

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

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

 span { border-color: rgb(114,10,110); }

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