#720C6E

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

Shades of Purple #720C6E

Tints of Purple #720C6E

Color information

#720C6E (or 0x720C6E) is unknown color: approx Purple. HEX triplet: 72, 0C and 6E. RGB value is (114,12,110). Sum of RGB (Red+Green+Blue) = 114+12+110=236 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.31% from 236); Green value is 12 (5.08% from 255 or 5.08% from 236); Blue value is 110 (43.36% from 255 or 46.61% from 236); Max value from RGB is 114 - color contains mainly: red. Hex color #720C6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720C6E is #8DF391. Grayscale: #353535. Windows color (decimal): -9302930 or 7212146. OLE color: 7212146.

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

Color convert

RGB11412110-
CMYK00.890.040.55
HSL302.35º80.95%24.71%-
HSV(B)302.35º89.47%44.71%-
XYZ9.894.9715.19-
YUV53.67159.79171.03-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.31%
GREEN value IS 12 (5.08% from 255) = 5.08%
BLUE value IS 110 (43.36% from 255) = 46.61%
R=48.31%
G=5.08%
B=46.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141211000.890.040.55302.3580.9524.71
Hex72C6E05943712e5119
Octal16214156013146745612131
Binary11100101100110111001011001100110111100101110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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