#750546

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

Shades of Tyrian Purple #750546

Tints of Tyrian Purple #750546

Color information

#750546 (or 0x750546) is unknown color: approx Tyrian Purple. HEX triplet: 75, 05 and 46. RGB value is (117,5,70). Sum of RGB (Red+Green+Blue) = 117+5+70=192 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.94% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 70 (27.73% from 255 or 36.46% from 192); Max value from RGB is 117 - color contains mainly: red. Hex color #750546 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750546 is #8AFAB9. Grayscale: #2D2D2D. Windows color (decimal): -9108154 or 4588917. OLE color: 4588917.

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

Color convert

RGB117570-
CMYK00.960.400.54
HSL325.18º91.8%23.92%-
HSV(B)325.18º95.73%45.88%-
XYZ8.54.336.18-
YUV45.9141.61178.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 60.94%
GREEN value IS 5 (2.34% from 255) = 2.60%
BLUE value IS 70 (27.73% from 255) = 36.46%
R=60.94%
G=2.60%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11757000.960.400.54325.1891.823.92
Hex7554606028361455c18
Octal16551060140506650513430
Binary1110101101100011001100000101000110110101000101101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750546; }

 p { color: rgb(117,5,70); }

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

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

 a { background-color: rgb(117,5,70); }

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

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

 span { border-color: rgb(117,5,70); }

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