#730739

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

Shades of Tyrian Purple #730739

Tints of Tyrian Purple #730739

Color information

#730739 (or 0x730739) is unknown color: approx Tyrian Purple. HEX triplet: 73, 07 and 39. RGB value is (115,7,57). Sum of RGB (Red+Green+Blue) = 115+7+57=179 (23% of max value = 765). Red value is 115 (45.31% from 255 or 64.25% from 179); Green value is 7 (3.12% from 255 or 3.91% from 179); Blue value is 57 (22.66% from 255 or 31.84% from 179); Max value from RGB is 115 - color contains mainly: red. Hex color #730739 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730739 is #8CF8C6. Grayscale: #2C2C2C. Windows color (decimal): -9238727 or 3737459. OLE color: 3737459.

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

Color convert

RGB115757-
CMYK00.940.500.55
HSL332.22º88.52%23.92%-
HSV(B)332.22º93.91%45.1%-
XYZ7.884.094.25-
YUV44.99134.78177.93-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 64.25%
GREEN value IS 7 (3.12% from 255) = 3.91%
BLUE value IS 57 (22.66% from 255) = 31.84%
R=64.25%
G=3.91%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11575700.940.500.55332.2288.5223.92
Hex7373905E323714c5918
Octal1637710136626751413130
Binary111001111111100101011110110010110111101001100101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730739; }

 p { color: rgb(115,7,57); }

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

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

 a { background-color: rgb(115,7,57); }

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

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

 span { border-color: rgb(115,7,57); }

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