#730183

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

Shades of Purple #730183

Tints of Purple #730183

Color information

#730183 (or 0x730183) is unknown color: approx Purple. HEX triplet: 73, 01 and 83. RGB value is (115,1,131). Sum of RGB (Red+Green+Blue) = 115+1+131=247 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.56% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 131 (51.56% from 255 or 53.04% from 247); Max value from RGB is 131 - color contains mainly: blue. Hex color #730183 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730183 is #8CFE7C. Grayscale: #313131. Windows color (decimal): -9240189 or 8585587. OLE color: 8585587.

HSL color Cylindrical-coordinate representation of color #730183: hue angle of 292.62º 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 #730183 is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1151131-
CMYK0.120.9900.49
HSL292.62º98.48%25.88%-
HSV(B)292.62º99.24%51.37%-
XYZ11.185.3121.91-
YUV49.91173.77174.43-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.56%
GREEN value IS 1 (0.78% from 255) = 0.40%
BLUE value IS 131 (51.56% from 255) = 53.04%
R=46.56%
G=0.40%
B=53.04%

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
Decimal11511310.120.9900.49292.6298.4825.88
Hex73183C63031125621a
Octal16312031414306144514232
Binary1110011110000011110011000110110001100100101110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730183; }

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

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

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

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

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

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

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

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