#730D46

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

Shades of Tyrian Purple #730D46

Tints of Tyrian Purple #730D46

Color information

#730D46 (or 0x730D46) is unknown color: approx Tyrian Purple. HEX triplet: 73, 0D and 46. RGB value is (115,13,70). Sum of RGB (Red+Green+Blue) = 115+13+70=198 (26% of max value = 765). Red value is 115 (45.31% from 255 or 58.08% from 198); Green value is 13 (5.47% from 255 or 6.57% from 198); Blue value is 70 (27.73% from 255 or 35.35% from 198); Max value from RGB is 115 - color contains mainly: red. Hex color #730D46 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730D46 is #8CF2B9. Grayscale: #313131. Windows color (decimal): -9237178 or 4590963. OLE color: 4590963.

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

Color convert

RGB1151370-
CMYK00.890.390.55
HSL326.47º79.69%25.1%-
HSV(B)326.47º88.7%45.1%-
XYZ8.324.376.2-
YUV50139.29174.37-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 58.08%
GREEN value IS 13 (5.47% from 255) = 6.57%
BLUE value IS 70 (27.73% from 255) = 35.35%
R=58.08%
G=6.57%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115137000.890.390.55326.4779.6925.1
Hex73D4605927371465019
Octal163151060131476750612031
Binary11100111101100011001011001100111110111101000110101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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