#730458

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

Shades of Tyrian Purple #730458

Tints of Tyrian Purple #730458

Color information

#730458 (or 0x730458) is unknown color: approx Tyrian Purple. HEX triplet: 73, 04 and 58. RGB value is (115,4,88). Sum of RGB (Red+Green+Blue) = 115+4+88=207 (27% of max value = 765). Red value is 115 (45.31% from 255 or 55.56% from 207); Green value is 4 (1.95% from 255 or 1.93% from 207); Blue value is 88 (34.77% from 255 or 42.51% from 207); Max value from RGB is 115 - color contains mainly: red. Hex color #730458 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730458 is #8CFBA7. Grayscale: #2E2E2E. Windows color (decimal): -9239464 or 5768307. OLE color: 5768307.

HSL color Cylindrical-coordinate representation of color #730458: hue angle of 314.59º degrees, saturation: 0.93, 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 #730458 is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB115488-
CMYK00.970.230.55
HSL314.59º93.28%23.33%-
HSV(B)314.59º96.52%45.1%-
XYZ8.884.449.62-
YUV46.76151.27176.67-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 55.56%
GREEN value IS 4 (1.95% from 255) = 1.93%
BLUE value IS 88 (34.77% from 255) = 42.51%
R=55.56%
G=1.93%
B=42.51%

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
Decimal11548800.970.230.55314.5993.2823.33
Hex73458061173713b5d17
Octal16341300141276747313527
Binary111001110010110000110000110111110111100111011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730458; }

 p { color: rgb(115,4,88); }

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

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

 a { background-color: rgb(115,4,88); }

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

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

 span { border-color: rgb(115,4,88); }

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