#730446

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

Shades of Tyrian Purple #730446

Tints of Tyrian Purple #730446

Color information

#730446 (or 0x730446) is unknown color: approx Tyrian Purple. HEX triplet: 73, 04 and 46. RGB value is (115,4,70). Sum of RGB (Red+Green+Blue) = 115+4+70=189 (25% of max value = 765). Red value is 115 (45.31% from 255 or 60.85% from 189); Green value is 4 (1.95% from 255 or 2.12% from 189); Blue value is 70 (27.73% from 255 or 37.04% from 189); Max value from RGB is 115 - color contains mainly: red. Hex color #730446 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730446 is #8CFBB9. Grayscale: #2C2C2C. Windows color (decimal): -9239482 or 4588659. OLE color: 4588659.

HSL color Cylindrical-coordinate representation of color #730446: hue angle of 324.32º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #730446 is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB115470-
CMYK00.970.390.55
HSL324.32º93.28%23.33%-
HSV(B)324.32º96.52%45.1%-
XYZ8.224.176.17-
YUV44.71142.27178.13-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 60.85%
GREEN value IS 4 (1.95% from 255) = 2.12%
BLUE value IS 70 (27.73% from 255) = 37.04%
R=60.85%
G=2.12%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11547000.970.390.55324.3293.2823.33
Hex7344606127371445d17
Octal16341060141476750413527
Binary1110011100100011001100001100111110111101000100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730446; }

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

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

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

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

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

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

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

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