#730359

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

Shades of Tyrian Purple #730359

Tints of Tyrian Purple #730359

Color information

#730359 (or 0x730359) is unknown color: approx Tyrian Purple. HEX triplet: 73, 03 and 59. RGB value is (115,3,89). Sum of RGB (Red+Green+Blue) = 115+3+89=207 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.56% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 89 (35.16% from 255 or 43.00% from 207); Max value from RGB is 115 - color contains mainly: red. Hex color #730359 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730359 is #8CFCA6. Grayscale: #2E2E2E. Windows color (decimal): -9239719 or 5833587. OLE color: 5833587.

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

Color convert

RGB115389-
CMYK00.970.230.55
HSL313.93º94.92%23.14%-
HSV(B)313.93º97.39%45.1%-
XYZ8.914.439.84-
YUV46.29152.11177.01-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 55.56%
GREEN value IS 3 (1.56% from 255) = 1.45%
BLUE value IS 89 (35.16% from 255) = 43.00%
R=55.56%
G=1.45%
B=43.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11538900.970.230.55313.9394.9223.14
Hex73359061173713a5f17
Octal16331310141276747213727
Binary11100111110110010110000110111110111100111010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730359; }

 p { color: rgb(115,3,89); }

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

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

 a { background-color: rgb(115,3,89); }

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

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

 span { border-color: rgb(115,3,89); }

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