#720370

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

Shades of Purple #720370

Tints of Purple #720370

Color information

#720370 (or 0x720370) is unknown color: approx Purple. HEX triplet: 72, 03 and 70. RGB value is (114,3,112). Sum of RGB (Red+Green+Blue) = 114+3+112=229 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.78% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 112 (44.14% from 255 or 48.91% from 229); Max value from RGB is 114 - color contains mainly: red. Hex color #720370 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #720370 is #8DFC8F. Grayscale: #303030. Windows color (decimal): -9305232 or 7340914. OLE color: 7340914.

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

Color convert

RGB1143112-
CMYK00.970.020.55
HSL301.08º94.87%22.94%-
HSV(B)301.08º97.37%44.71%-
XYZ9.94.8115.74-
YUV48.62163.77174.64-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.78%
GREEN value IS 3 (1.56% from 255) = 1.31%
BLUE value IS 112 (44.14% from 255) = 48.91%
R=49.78%
G=1.31%
B=48.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.02
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114311200.970.020.55301.0894.8722.94
Hex7237006123712d5f17
Octal1623160014126745513727
Binary11100101111100000110000110110111100101101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720370; }

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

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

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

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

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

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

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

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