#730547

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

Shades of Tyrian Purple #730547

Tints of Tyrian Purple #730547

Color information

#730547 (or 0x730547) is unknown color: approx Tyrian Purple. HEX triplet: 73, 05 and 47. RGB value is (115,5,71). Sum of RGB (Red+Green+Blue) = 115+5+71=191 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.21% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 71 (28.12% from 255 or 37.17% from 191); Max value from RGB is 115 - color contains mainly: red. Hex color #730547 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730547 is #8CFAB8. Grayscale: #2D2D2D. Windows color (decimal): -9239225 or 4654451. OLE color: 4654451.

HSL color Cylindrical-coordinate representation of color #730547: hue angle of 324º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #730547 is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB115571-
CMYK00.960.380.55
HSL324º91.67%23.53%-
HSV(B)324º95.65%45.1%-
XYZ8.264.216.34-
YUV45.41142.44177.63-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 60.21%
GREEN value IS 5 (2.34% from 255) = 2.62%
BLUE value IS 71 (28.12% from 255) = 37.17%
R=60.21%
G=2.62%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.38
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11557100.960.380.5532491.6723.53
Hex7354706026371445c18
Octal16351070140466750413430
Binary1110011101100011101100000100110110111101000100101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730547; }

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

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

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

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

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

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

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

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