#720870

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

Shades of Purple #720870

Tints of Purple #720870

Color information

#720870 (or 0x720870) is unknown color: approx Purple. HEX triplet: 72, 08 and 70. RGB value is (114,8,112). Sum of RGB (Red+Green+Blue) = 114+8+112=234 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.72% from 234); Green value is 8 (3.52% from 255 or 3.42% from 234); Blue value is 112 (44.14% from 255 or 47.86% from 234); Max value from RGB is 114 - color contains mainly: red. Hex color #720870 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720870 is #8DF78F. Grayscale: #333333. Windows color (decimal): -9303952 or 7342194. OLE color: 7342194.

HSL color Cylindrical-coordinate representation of color #720870: hue angle of 301.13º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #720870 is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB1148112-
CMYK00.930.020.55
HSL301.13º86.89%23.92%-
HSV(B)301.13º92.98%44.71%-
XYZ9.954.9215.75-
YUV51.55162.12172.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.72%
GREEN value IS 8 (3.52% from 255) = 3.42%
BLUE value IS 112 (44.14% from 255) = 47.86%
R=48.72%
G=3.42%
B=47.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114811200.930.020.55301.1386.8923.92
Hex7287005D23712d5718
Octal16210160013526745512730
Binary1110010100011100000101110110110111100101101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720870; }

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

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

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

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

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

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

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

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