#730957

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

Shades of Tyrian Purple #730957

Tints of Tyrian Purple #730957

Color information

#730957 (or 0x730957) is unknown color: approx Tyrian Purple. HEX triplet: 73, 09 and 57. RGB value is (115,9,87). Sum of RGB (Red+Green+Blue) = 115+9+87=211 (27% of max value = 765). Red value is 115 (45.31% from 255 or 54.50% from 211); Green value is 9 (3.91% from 255 or 4.27% from 211); Blue value is 87 (34.38% from 255 or 41.23% from 211); Max value from RGB is 115 - color contains mainly: red. Hex color #730957 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730957 is #8CF6A8. Grayscale: #313131. Windows color (decimal): -9238185 or 5704051. OLE color: 5704051.

HSL color Cylindrical-coordinate representation of color #730957: hue angle of 315.85º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #730957 is Cyan = 0, Magento = 0.92, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB115987-
CMYK00.920.240.55
HSL315.85º85.48%24.31%-
HSV(B)315.85º92.17%45.1%-
XYZ8.894.539.42-
YUV49.59149.12174.66-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 54.50%
GREEN value IS 9 (3.91% from 255) = 4.27%
BLUE value IS 87 (34.38% from 255) = 41.23%
R=54.50%
G=4.27%
B=41.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.24
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11598700.920.240.55315.8585.4824.31
Hex7395705C183713c5518
Octal163111270134306747412530
Binary1110011100110101110101110011000110111100111100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730957; }

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

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

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

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

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

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

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

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