#730A3A

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

Shades of Tyrian Purple #730A3A

Tints of Tyrian Purple #730A3A

Color information

#730A3A (or 0x730A3A) is unknown color: approx Tyrian Purple. HEX triplet: 73, 0A and 3A. RGB value is (115,10,58). Sum of RGB (Red+Green+Blue) = 115+10+58=183 (24% of max value = 765). Red value is 115 (45.31% from 255 or 62.84% from 183); Green value is 10 (4.30% from 255 or 5.46% from 183); Blue value is 58 (23.05% from 255 or 31.69% from 183); Max value from RGB is 115 - color contains mainly: red. Hex color #730A3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730A3A is #8CF5C5. Grayscale: #2E2E2E. Windows color (decimal): -9237958 or 3803763. OLE color: 3803763.

HSL color Cylindrical-coordinate representation of color #730A3A: hue angle of 332.57º 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 #730A3A is Cyan = 0, Magento = 0.91, Yellow = 0.50 and Black (K on CMYK) = 0.55.

Color convert

RGB1151058-
CMYK00.910.500.55
HSL332.57º84%24.51%-
HSV(B)332.57º91.3%45.1%-
XYZ7.944.174.39-
YUV46.87134.29176.6-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 62.84%
GREEN value IS 10 (4.30% from 255) = 5.46%
BLUE value IS 58 (23.05% from 255) = 31.69%
R=62.84%
G=5.46%
B=31.69%

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
Decimal115105800.910.500.55332.578424.51
Hex73A3A05B323714d5419
Octal16312720133626751512431
Binary1110011101011101001011011110010110111101001101101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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