#730137

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

Shades of Tyrian Purple #730137

Tints of Tyrian Purple #730137

Color information

#730137 (or 0x730137) is unknown color: approx Tyrian Purple. HEX triplet: 73, 01 and 37. RGB value is (115,1,55). Sum of RGB (Red+Green+Blue) = 115+1+55=171 (22% of max value = 765). Red value is 115 (45.31% from 255 or 67.25% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 55 (21.88% from 255 or 32.16% from 171); Max value from RGB is 115 - color contains mainly: red. Hex color #730137 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730137 is #8CFEC8. Grayscale: #292929. Windows color (decimal): -9240265 or 3604851. OLE color: 3604851.

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

Color convert

RGB115155-
CMYK00.990.520.55
HSL331.58º98.28%22.75%-
HSV(B)331.58º99.13%45.1%-
XYZ7.773.943.97-
YUV41.24135.77180.61-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 67.25%
GREEN value IS 1 (0.78% from 255) = 0.58%
BLUE value IS 55 (21.88% from 255) = 32.16%
R=67.25%
G=0.58%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.52
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11515500.990.520.55331.5898.2822.75
Hex73137063343714c6217
Octal1631670143646751414227
Binary1110011111011101100011110100110111101001100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730137; }

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

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

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

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

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

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

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

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