#750849

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

Shades of Tyrian Purple #750849

Tints of Tyrian Purple #750849

Color information

#750849 (or 0x750849) is unknown color: approx Tyrian Purple. HEX triplet: 75, 08 and 49. RGB value is (117,8,73). Sum of RGB (Red+Green+Blue) = 117+8+73=198 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.09% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 73 (28.91% from 255 or 36.87% from 198); Max value from RGB is 117 - color contains mainly: red. Hex color #750849 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750849 is #8AF7B6. Grayscale: #2F2F2F. Windows color (decimal): -9107383 or 4786293. OLE color: 4786293.

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

Color convert

RGB117873-
CMYK00.930.380.54
HSL324.22º87.2%24.51%-
HSV(B)324.22º93.16%45.88%-
XYZ8.634.446.71-
YUV48142.11177.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 59.09%
GREEN value IS 8 (3.52% from 255) = 4.04%
BLUE value IS 73 (28.91% from 255) = 36.87%
R=59.09%
G=4.04%
B=36.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.38
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11787300.930.380.54324.2287.224.51
Hex7584905D26361445719
Octal165101110135466650412731
Binary11101011000100100101011101100110110110101000100101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750849; }

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

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

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

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

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

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

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

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