#730D3F

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

Shades of Tyrian Purple #730D3F

Tints of Tyrian Purple #730D3F

Color information

#730D3F (or 0x730D3F) is unknown color: approx Tyrian Purple. HEX triplet: 73, 0D and 3F. RGB value is (115,13,63). Sum of RGB (Red+Green+Blue) = 115+13+63=191 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.21% from 191); Green value is 13 (5.47% from 255 or 6.81% from 191); Blue value is 63 (25% from 255 or 32.98% from 191); Max value from RGB is 115 - color contains mainly: red. Hex color #730D3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730D3F is #8CF2C0. Grayscale: #313131. Windows color (decimal): -9237185 or 4132211. OLE color: 4132211.

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

Color convert

RGB1151363-
CMYK00.890.450.55
HSL330.59º79.69%25.1%-
HSV(B)330.59º88.7%45.1%-
XYZ8.114.295.1-
YUV49.2135.79174.93-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 60.21%
GREEN value IS 13 (5.47% from 255) = 6.81%
BLUE value IS 63 (25% from 255) = 32.98%
R=60.21%
G=6.81%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.45
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115136300.890.450.55330.5979.6925.1
Hex73D3F0592D3714b5019
Octal16315770131556751312031
Binary1110011110111111101011001101101110111101001011101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,13,63); }

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

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

 a { background-color: rgb(115,13,63); }

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

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

 span { border-color: rgb(115,13,63); }

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