#720B70

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

Shades of Purple #720B70

Tints of Purple #720B70

Color information

#720B70 (or 0x720B70) is unknown color: approx Purple. HEX triplet: 72, 0B and 70. RGB value is (114,11,112). Sum of RGB (Red+Green+Blue) = 114+11+112=237 (31% of max value = 765). Red value is 114 (44.92% from 255 or 48.10% from 237); Green value is 11 (4.69% from 255 or 4.64% from 237); Blue value is 112 (44.14% from 255 or 47.26% from 237); Max value from RGB is 114 - color contains mainly: red. Hex color #720B70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720B70 is #8DF48F. Grayscale: #353535. Windows color (decimal): -9303184 or 7342962. OLE color: 7342962.

HSL color Cylindrical-coordinate representation of color #720B70: hue angle of 301.17º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #720B70 is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB11411112-
CMYK00.900.020.55
HSL301.17º82.4%24.51%-
HSV(B)301.17º90.35%44.71%-
XYZ9.984.9915.77-
YUV53.31161.12171.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.10%
GREEN value IS 11 (4.69% from 255) = 4.64%
BLUE value IS 112 (44.14% from 255) = 47.26%
R=48.10%
G=4.64%
B=47.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1141111200.900.020.55301.1782.424.51
Hex72B7005A23712d5219
Octal16213160013226745512231
Binary1110010101111100000101101010110111100101101101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,11,112); }

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

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

 a { background-color: rgb(114,11,112); }

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

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

 span { border-color: rgb(114,11,112); }

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