#750949

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

Shades of Tyrian Purple #750949

Tints of Tyrian Purple #750949

Color information

#750949 (or 0x750949) is unknown color: approx Tyrian Purple. HEX triplet: 75, 09 and 49. RGB value is (117,9,73). Sum of RGB (Red+Green+Blue) = 117+9+73=199 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.79% from 199); Green value is 9 (3.91% from 255 or 4.52% from 199); Blue value is 73 (28.91% from 255 or 36.68% from 199); Max value from RGB is 117 - color contains mainly: red. Hex color #750949 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750949 is #8AF6B6. Grayscale: #303030. Windows color (decimal): -9107127 or 4786549. OLE color: 4786549.

HSL color Cylindrical-coordinate representation of color #750949: hue angle of 324.44º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #750949 is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB117973-
CMYK00.920.380.54
HSL324.44º85.71%24.71%-
HSV(B)324.44º92.31%45.88%-
XYZ8.644.466.71-
YUV48.59141.78176.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 58.79%
GREEN value IS 9 (3.91% from 255) = 4.52%
BLUE value IS 73 (28.91% from 255) = 36.68%
R=58.79%
G=4.52%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11797300.920.380.54324.4485.7124.71
Hex7594905C26361445619
Octal165111110134466650412631
Binary11101011001100100101011100100110110110101000100101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750949; }

 p { color: rgb(117,9,73); }

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

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

 a { background-color: rgb(117,9,73); }

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

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

 span { border-color: rgb(117,9,73); }

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