#720486

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

Shades of Purple #720486

Tints of Purple #720486

Color information

#720486 (or 0x720486) is unknown color: approx Purple. HEX triplet: 72, 04 and 86. RGB value is (114,4,134). Sum of RGB (Red+Green+Blue) = 114+4+134=252 (33% of max value = 765). Red value is 114 (44.92% from 255 or 45.24% from 252); Green value is 4 (1.95% from 255 or 1.59% from 252); Blue value is 134 (52.73% from 255 or 53.17% from 252); Max value from RGB is 134 - color contains mainly: blue. Hex color #720486 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720486 is #8DFB79. Grayscale: #333333. Windows color (decimal): -9304954 or 8782962. OLE color: 8782962.

HSL color Cylindrical-coordinate representation of color #720486: hue angle of 290.77º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #720486 is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1144134-
CMYK0.150.9700.47
HSL290.77º94.2%27.06%-
HSV(B)290.77º97.01%52.55%-
XYZ11.295.3923-
YUV51.71174.44172.43-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 45.24%
GREEN value IS 4 (1.95% from 255) = 1.59%
BLUE value IS 134 (52.73% from 255) = 53.17%
R=45.24%
G=1.59%
B=53.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11441340.150.9700.47290.7794.227.06
Hex72486F6102F1235e1b
Octal16242061714105744313633
Binary111001010010000110111111000010101111100100011101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #720486; }

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

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

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

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

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

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

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

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