#730486

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

Shades of Purple #730486

Tints of Purple #730486

Color information

#730486 (or 0x730486) is unknown color: approx Purple. HEX triplet: 73, 04 and 86. RGB value is (115,4,134). Sum of RGB (Red+Green+Blue) = 115+4+134=253 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.45% from 253); Green value is 4 (1.95% from 255 or 1.58% from 253); Blue value is 134 (52.73% from 255 or 52.96% from 253); Max value from RGB is 134 - color contains mainly: blue. Hex color #730486 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730486 is #8CFB79. Grayscale: #333333. Windows color (decimal): -9239418 or 8782963. OLE color: 8782963.

HSL color Cylindrical-coordinate representation of color #730486: hue angle of 291.23º 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 #730486 is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1154134-
CMYK0.140.9700.47
HSL291.23º94.2%27.06%-
HSV(B)291.23º97.01%52.55%-
XYZ11.425.4523.01-
YUV52.01174.27172.93-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.45%
GREEN value IS 4 (1.95% from 255) = 1.58%
BLUE value IS 134 (52.73% from 255) = 52.96%
R=45.45%
G=1.58%
B=52.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal11541340.140.9700.47291.2394.227.06
Hex73486E6102F1235e1b
Octal16342061614105744313633
Binary111001110010000110111011000010101111100100011101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730486; }

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

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

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

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

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

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

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

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