#730160

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

Shades of Purple #730160

Tints of Purple #730160

Color information

#730160 (or 0x730160) is unknown color: approx Purple. HEX triplet: 73, 01 and 60. RGB value is (115,1,96). Sum of RGB (Red+Green+Blue) = 115+1+96=212 (28% of max value = 765). Red value is 115 (45.31% from 255 or 54.25% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 96 (37.89% from 255 or 45.28% from 212); Max value from RGB is 115 - color contains mainly: red. Hex color #730160 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730160 is #8CFE9F. Grayscale: #2D2D2D. Windows color (decimal): -9240224 or 6291827. OLE color: 6291827.

HSL color Cylindrical-coordinate representation of color #730160: hue angle of 310º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #730160 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB115196-
CMYK00.990.170.55
HSL310º98.28%22.75%-
HSV(B)310º99.13%45.1%-
XYZ9.194.5111.45-
YUV45.92156.27177.28-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 54.25%
GREEN value IS 1 (0.78% from 255) = 0.47%
BLUE value IS 96 (37.89% from 255) = 45.28%
R=54.25%
G=0.47%
B=45.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11519600.990.170.5531098.2822.75
Hex7316006311371366217
Octal16311400143216746614227
Binary1110011111000000110001110001110111100110110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730160; }

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

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

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

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

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

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

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

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