#730447

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

Shades of Tyrian Purple #730447

Tints of Tyrian Purple #730447

Color information

#730447 (or 0x730447) is unknown color: approx Tyrian Purple. HEX triplet: 73, 04 and 47. RGB value is (115,4,71). Sum of RGB (Red+Green+Blue) = 115+4+71=190 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.53% from 190); Green value is 4 (1.95% from 255 or 2.11% from 190); Blue value is 71 (28.12% from 255 or 37.37% from 190); Max value from RGB is 115 - color contains mainly: red. Hex color #730447 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730447 is #8CFBB8. Grayscale: #2C2C2C. Windows color (decimal): -9239481 or 4654195. OLE color: 4654195.

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

Color convert

RGB115471-
CMYK00.970.380.55
HSL323.78º93.28%23.33%-
HSV(B)323.78º96.52%45.1%-
XYZ8.254.196.33-
YUV44.83142.77178.05-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 60.53%
GREEN value IS 4 (1.95% from 255) = 2.11%
BLUE value IS 71 (28.12% from 255) = 37.37%
R=60.53%
G=2.11%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11547100.970.380.55323.7893.2823.33
Hex7344706126371445d17
Octal16341070141466750413527
Binary1110011100100011101100001100110110111101000100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730447; }

 p { color: rgb(115,4,71); }

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

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

 a { background-color: rgb(115,4,71); }

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

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

 span { border-color: rgb(115,4,71); }

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