#730A39

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

Shades of Tyrian Purple #730A39

Tints of Tyrian Purple #730A39

Color information

#730A39 (or 0x730A39) is unknown color: approx Tyrian Purple. HEX triplet: 73, 0A and 39. RGB value is (115,10,57). Sum of RGB (Red+Green+Blue) = 115+10+57=182 (24% of max value = 765). Red value is 115 (45.31% from 255 or 63.19% from 182); Green value is 10 (4.30% from 255 or 5.49% from 182); Blue value is 57 (22.66% from 255 or 31.32% from 182); Max value from RGB is 115 - color contains mainly: red. Hex color #730A39 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730A39 is #8CF5C6. Grayscale: #2E2E2E. Windows color (decimal): -9237959 or 3738227. OLE color: 3738227.

HSL color Cylindrical-coordinate representation of color #730A39: hue angle of 333.14º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #730A39 is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.55.

Color convert

RGB1151057-
CMYK00.910.500.55
HSL333.14º84%24.51%-
HSV(B)333.14º91.3%45.1%-
XYZ7.924.164.26-
YUV46.75133.79176.68-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 63.19%
GREEN value IS 10 (4.30% from 255) = 5.49%
BLUE value IS 57 (22.66% from 255) = 31.32%
R=63.19%
G=5.49%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.50
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115105700.910.500.55333.148424.51
Hex73A3905B323714d5419
Octal16312710133626751512431
Binary1110011101011100101011011110010110111101001101101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730A39; }

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

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

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

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

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

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

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

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