#730355

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

Shades of Tyrian Purple #730355

Tints of Tyrian Purple #730355

Color information

#730355 (or 0x730355) is unknown color: approx Tyrian Purple. HEX triplet: 73, 03 and 55. RGB value is (115,3,85). Sum of RGB (Red+Green+Blue) = 115+3+85=203 (26% of max value = 765). Red value is 115 (45.31% from 255 or 56.65% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 85 (33.59% from 255 or 41.87% from 203); Max value from RGB is 115 - color contains mainly: red. Hex color #730355 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #730355 is #8CFCAA. Grayscale: #2D2D2D. Windows color (decimal): -9239723 or 5571443. OLE color: 5571443.

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

Color convert

RGB115385-
CMYK00.970.260.55
HSL316.07º94.92%23.14%-
HSV(B)316.07º97.39%45.1%-
XYZ8.744.378.98-
YUV45.84150.11177.33-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 56.65%
GREEN value IS 3 (1.56% from 255) = 1.48%
BLUE value IS 85 (33.59% from 255) = 41.87%
R=56.65%
G=1.48%
B=41.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11538500.970.260.55316.0794.9223.14
Hex733550611A3713c5f17
Octal16331250141326747413727
Binary11100111110101010110000111010110111100111100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730355; }

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

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

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

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

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

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

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

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