#730182

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

Shades of Purple #730182

Tints of Purple #730182

Color information

#730182 (or 0x730182) is unknown color: approx Purple. HEX triplet: 73, 01 and 82. RGB value is (115,1,130). Sum of RGB (Red+Green+Blue) = 115+1+130=246 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.75% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 130 (51.17% from 255 or 52.85% from 246); Max value from RGB is 130 - color contains mainly: blue. Hex color #730182 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730182 is #8CFE7D. Grayscale: #313131. Windows color (decimal): -9240190 or 8520051. OLE color: 8520051.

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

Color convert

RGB1151130-
CMYK0.120.9900.49
HSL293.02º98.47%25.69%-
HSV(B)293.02º99.23%50.98%-
XYZ11.115.2821.55-
YUV49.79173.27174.51-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.75%
GREEN value IS 1 (0.78% from 255) = 0.41%
BLUE value IS 130 (51.17% from 255) = 52.85%
R=46.75%
G=0.41%
B=52.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal11511300.120.9900.49293.0298.4725.69
Hex73182C63031125621a
Octal16312021414306144514232
Binary1110011110000010110011000110110001100100101110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730182; }

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

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

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

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

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

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

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

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