#730649

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

Shades of Tyrian Purple #730649

Tints of Tyrian Purple #730649

Color information

#730649 (or 0x730649) is unknown color: approx Tyrian Purple. HEX triplet: 73, 06 and 49. RGB value is (115,6,73). Sum of RGB (Red+Green+Blue) = 115+6+73=194 (25% of max value = 765). Red value is 115 (45.31% from 255 or 59.28% from 194); Green value is 6 (2.73% from 255 or 3.09% from 194); Blue value is 73 (28.91% from 255 or 37.63% from 194); Max value from RGB is 115 - color contains mainly: red. Hex color #730649 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #730649 is #8CF9B6. Grayscale: #2E2E2E. Windows color (decimal): -9238967 or 4785779. OLE color: 4785779.

HSL color Cylindrical-coordinate representation of color #730649: hue angle of 323.12º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #730649 is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB115673-
CMYK00.950.370.55
HSL323.12º90.08%23.73%-
HSV(B)323.12º94.78%45.1%-
XYZ8.344.266.69-
YUV46.23143.11177.05-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 59.28%
GREEN value IS 6 (2.73% from 255) = 3.09%
BLUE value IS 73 (28.91% from 255) = 37.63%
R=59.28%
G=3.09%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11567300.950.370.55323.1290.0823.73
Hex7364905F25371435a18
Octal16361110137456750313230
Binary1110011110100100101011111100101110111101000011101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730649; }

 p { color: rgb(115,6,73); }

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

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

 a { background-color: rgb(115,6,73); }

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

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

 span { border-color: rgb(115,6,73); }

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