#730157

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

Shades of Tyrian Purple #730157

Tints of Tyrian Purple #730157

Color information

#730157 (or 0x730157) is unknown color: approx Tyrian Purple. HEX triplet: 73, 01 and 57. RGB value is (115,1,87). Sum of RGB (Red+Green+Blue) = 115+1+87=203 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.65% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 87 (34.38% from 255 or 42.86% from 203); Max value from RGB is 115 - color contains mainly: red. Hex color #730157 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730157 is #8CFEA8. Grayscale: #2C2C2C. Windows color (decimal): -9240233 or 5702003. OLE color: 5702003.

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

Color convert

RGB115187-
CMYK00.990.240.55
HSL314.74º98.28%22.75%-
HSV(B)314.74º99.13%45.1%-
XYZ8.84.359.39-
YUV44.89151.77178.01-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 56.65%
GREEN value IS 1 (0.78% from 255) = 0.49%
BLUE value IS 87 (34.38% from 255) = 42.86%
R=56.65%
G=0.49%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11518700.990.240.55314.7498.2822.75
Hex73157063183713b6217
Octal16311270143306747314227
Binary1110011110101110110001111000110111100111011110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730157; }

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

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

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

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

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

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

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

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