#730D3D

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

Shades of Tyrian Purple #730D3D

Tints of Tyrian Purple #730D3D

Color information

#730D3D (or 0x730D3D) is unknown color: approx Tyrian Purple. HEX triplet: 73, 0D and 3D. RGB value is (115,13,61). Sum of RGB (Red+Green+Blue) = 115+13+61=189 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.85% from 189); Green value is 13 (5.47% from 255 or 6.88% from 189); Blue value is 61 (24.22% from 255 or 32.28% from 189); Max value from RGB is 115 - color contains mainly: red. Hex color #730D3D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730D3D is #8CF2C2. Grayscale: #303030. Windows color (decimal): -9237187 or 4001139. OLE color: 4001139.

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

Color convert

RGB1151361-
CMYK00.890.470.55
HSL331.76º79.69%25.1%-
HSV(B)331.76º88.7%45.1%-
XYZ8.064.274.81-
YUV48.97134.79175.1-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 60.85%
GREEN value IS 13 (5.47% from 255) = 6.88%
BLUE value IS 61 (24.22% from 255) = 32.28%
R=60.85%
G=6.88%
B=32.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.47
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115136100.890.470.55331.7679.6925.1
Hex73D3D0592F3714c5019
Octal16315750131576751412031
Binary1110011110111110101011001101111110111101001100101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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