#730940

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

Shades of Tyrian Purple #730940

Tints of Tyrian Purple #730940

Color information

#730940 (or 0x730940) is unknown color: approx Tyrian Purple. HEX triplet: 73, 09 and 40. RGB value is (115,9,64). Sum of RGB (Red+Green+Blue) = 115+9+64=188 (24% of max value = 765). Red value is 115 (45.31% from 255 or 61.17% from 188); Green value is 9 (3.91% from 255 or 4.79% from 188); Blue value is 64 (25.39% from 255 or 34.04% from 188); Max value from RGB is 115 - color contains mainly: red. Hex color #730940 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730940 is #8CF6BF. Grayscale: #2E2E2E. Windows color (decimal): -9238208 or 4196723. OLE color: 4196723.

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

Color convert

RGB115964-
CMYK00.920.440.55
HSL328.87º85.48%24.31%-
HSV(B)328.87º92.17%45.1%-
XYZ8.094.215.24-
YUV46.96137.62176.53-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 61.17%
GREEN value IS 9 (3.91% from 255) = 4.79%
BLUE value IS 64 (25.39% from 255) = 34.04%
R=61.17%
G=4.79%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11596400.920.440.55328.8785.4824.31
Hex7394005C2C371495518
Octal163111000134546751112530
Binary11100111001100000001011100101100110111101001001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730940; }

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

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

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

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

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

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

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

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