#720493

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

Shades of Purple #720493

Tints of Purple #720493

Color information

#720493 (or 0x720493) is unknown color: approx Purple. HEX triplet: 72, 04 and 93. RGB value is (114,4,147). Sum of RGB (Red+Green+Blue) = 114+4+147=265 (35% of max value = 765). Red value is 114 (44.92% from 255 or 43.02% from 265); Green value is 4 (1.95% from 255 or 1.51% from 265); Blue value is 147 (57.81% from 255 or 55.47% from 265); Max value from RGB is 147 - color contains mainly: blue. Hex color #720493 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720493 is #8DFB6C. Grayscale: #343434. Windows color (decimal): -9304941 or 9634930. OLE color: 9634930.

HSL color Cylindrical-coordinate representation of color #720493: hue angle of 286.15º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #720493 is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1144147-
CMYK0.220.9700.42
HSL286.15º94.7%29.61%-
HSV(B)286.15º97.28%57.65%-
XYZ12.255.7728.07-
YUV53.19180.94171.37-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 43.02%
GREEN value IS 4 (1.95% from 255) = 1.51%
BLUE value IS 147 (57.81% from 255) = 55.47%
R=43.02%
G=1.51%
B=55.47%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11441470.220.9700.42286.1594.729.61
Hex72493166102A11e5f1e
Octal16242232614105243613736
Binary1110010100100100111011011000010101010100011110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720493; }

 p { color: rgb(114,4,147); }

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

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

 a { background-color: rgb(114,4,147); }

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

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

 span { border-color: rgb(114,4,147); }

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