#730982

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

Shades of Purple #730982

Tints of Purple #730982

Color information

#730982 (or 0x730982) is unknown color: approx Purple. HEX triplet: 73, 09 and 82. RGB value is (115,9,130). Sum of RGB (Red+Green+Blue) = 115+9+130=254 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.28% from 254); Green value is 9 (3.91% from 255 or 3.54% from 254); Blue value is 130 (51.17% from 255 or 51.18% from 254); Max value from RGB is 130 - color contains mainly: blue. Hex color #730982 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730982 is #8CF67D. Grayscale: #363636. Windows color (decimal): -9238142 or 8522099. OLE color: 8522099.

HSL color Cylindrical-coordinate representation of color #730982: hue angle of 292.56º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #730982 is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1159130-
CMYK0.120.9300.49
HSL292.56º87.05%27.25%-
HSV(B)292.56º93.08%50.98%-
XYZ11.25.4521.58-
YUV54.49170.62171.16-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 45.28%
GREEN value IS 9 (3.91% from 255) = 3.54%
BLUE value IS 130 (51.17% from 255) = 51.18%
R=45.28%
G=3.54%
B=51.18%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11591300.120.9300.49292.5687.0527.25
Hex73982C5D031125571b
Octal163112021413506144512733
Binary1110011100110000010110010111010110001100100101101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730982; }

 p { color: rgb(115,9,130); }

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

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

 a { background-color: rgb(115,9,130); }

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

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

 span { border-color: rgb(115,9,130); }

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