#730337

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

Shades of Tyrian Purple #730337

Tints of Tyrian Purple #730337

Color information

#730337 (or 0x730337) is unknown color: approx Tyrian Purple. HEX triplet: 73, 03 and 37. RGB value is (115,3,55). Sum of RGB (Red+Green+Blue) = 115+3+55=173 (22% of max value = 765). Red value is 115 (45.31% from 255 or 66.47% from 173); Green value is 3 (1.56% from 255 or 1.73% from 173); Blue value is 55 (21.88% from 255 or 31.79% from 173); Max value from RGB is 115 - color contains mainly: red. Hex color #730337 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730337 is #8CFCC8. Grayscale: #2A2A2A. Windows color (decimal): -9239753 or 3605363. OLE color: 3605363.

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

Color convert

RGB115355-
CMYK00.970.520.55
HSL332.14º94.92%23.14%-
HSV(B)332.14º97.39%45.1%-
XYZ7.793.993.97-
YUV42.42135.11179.77-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 66.47%
GREEN value IS 3 (1.56% from 255) = 1.73%
BLUE value IS 55 (21.88% from 255) = 31.79%
R=66.47%
G=1.73%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.52
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11535500.970.520.55332.1494.9223.14
Hex73337061343714c5f17
Octal1633670141646751413727
Binary11100111111011101100001110100110111101001100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730337; }

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

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

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

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

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

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

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

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