#730145

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

Shades of Tyrian Purple #730145

Tints of Tyrian Purple #730145

Color information

#730145 (or 0x730145) is unknown color: approx Tyrian Purple. HEX triplet: 73, 01 and 45. RGB value is (115,1,69). Sum of RGB (Red+Green+Blue) = 115+1+69=185 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.16% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 69 (27.34% from 255 or 37.30% from 185); Max value from RGB is 115 - color contains mainly: red. Hex color #730145 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730145 is #8CFEBA. Grayscale: #2A2A2A. Windows color (decimal): -9240251 or 4522355. OLE color: 4522355.

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

Color convert

RGB115169-
CMYK00.990.40.55
HSL324.21º98.28%22.75%-
HSV(B)324.21º99.13%45.1%-
XYZ8.164.15.99-
YUV42.84142.77179.47-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 62.16%
GREEN value IS 1 (0.78% from 255) = 0.54%
BLUE value IS 69 (27.34% from 255) = 37.30%
R=62.16%
G=0.54%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.4
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11516900.990.40.55324.2198.2822.75
Hex7314506328371446217
Octal16311050143506750414227
Binary11100111100010101100011101000110111101000100110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730145; }

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

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

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

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

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

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

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

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