#730058

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

Shades of Tyrian Purple #730058

Tints of Tyrian Purple #730058

Color information

#730058 (or 0x730058) is unknown color: approx Tyrian Purple. HEX triplet: 73, 00 and 58. RGB value is (115,0,88). Sum of RGB (Red+Green+Blue) = 115+0+88=203 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.65% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 88 (34.77% from 255 or 43.35% from 203); Max value from RGB is 115 - color contains mainly: red. Hex color #730058 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730058 is #8CFFA7. Grayscale: #2C2C2C. Windows color (decimal): -9240488 or 5767283. OLE color: 5767283.

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

Color convert

RGB115088-
CMYK010.230.55
HSL314.09º100%22.55%-
HSV(B)314.09º100%45.1%-
XYZ8.834.359.61-
YUV44.42152.6178.34-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 56.65%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 88 (34.77% from 255) = 43.35%
R=56.65%
G=0%
B=43.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115088010.230.55314.0910022.55
Hex73058064173713a6417
Octal16301300144276747214427
Binary1110011010110000110010010111110111100111010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730058; }

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

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

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

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

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

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

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

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