#720c6f

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

Shades of Purple #720C6F

Tints of Purple #720C6F

Color information

#720C6F (or 0x720C6F) is unknown color: approx Purple. HEX triplet: 72, 0C and 6F. RGB value is (114,12,111). Sum of RGB (Red+Green+Blue) = 114+12+111=237 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.10% from 237); Green value is 12 (5.08% from 255 or 5.06% from 237); Blue value is 111 (43.75% from 255 or 46.84% from 237); Max value from RGB is 114 - color contains mainly: red. Hex color #720C6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720C6F is #8DF390. Grayscale: #353535. Windows color (decimal): -9302929 or 7277682. OLE color: 7277682.

HSL color Cylindrical-coordinate representation of color #720C6F: hue angle of 301.76º 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 #720C6F is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB11412111-
CMYK00.890.030.55
HSL301.76º80.95%24.71%-
HSV(B)301.76º89.47%44.71%-
XYZ9.944.9915.48-
YUV53.78160.29170.95-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.10%
GREEN value IS 12 (5.08% from 255) = 5.06%
BLUE value IS 111 (43.75% from 255) = 46.84%
R=48.10%
G=5.06%
B=46.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141211100.890.030.55301.7680.9524.71
Hex72C6F05933712e5119
Octal16214157013136745612131
Binary1110010110011011110101100111110111100101110101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720c6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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