#730943

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

Shades of Tyrian Purple #730943

Tints of Tyrian Purple #730943

Color information

#730943 (or 0x730943) is unknown color: approx Tyrian Purple. HEX triplet: 73, 09 and 43. RGB value is (115,9,67). Sum of RGB (Red+Green+Blue) = 115+9+67=191 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.21% from 191); Green value is 9 (3.91% from 255 or 4.71% from 191); Blue value is 67 (26.56% from 255 or 35.08% from 191); Max value from RGB is 115 - color contains mainly: red. Hex color #730943 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730943 is #8CF6BC. Grayscale: #2F2F2F. Windows color (decimal): -9238205 or 4393331. OLE color: 4393331.

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

Color convert

RGB115967-
CMYK00.920.420.55
HSL327.17º85.48%24.31%-
HSV(B)327.17º92.17%45.1%-
XYZ8.184.255.7-
YUV47.31139.12176.28-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 60.21%
GREEN value IS 9 (3.91% from 255) = 4.71%
BLUE value IS 67 (26.56% from 255) = 35.08%
R=60.21%
G=4.71%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11596700.920.420.55327.1785.4824.31
Hex7394305C2A371475518
Octal163111030134526750712530
Binary11100111001100001101011100101010110111101000111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730943; }

 p { color: rgb(115,9,67); }

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

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

 a { background-color: rgb(115,9,67); }

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

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

 span { border-color: rgb(115,9,67); }

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