#750543

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

Shades of Tyrian Purple #750543

Tints of Tyrian Purple #750543

Color information

#750543 (or 0x750543) is unknown color: approx Tyrian Purple. HEX triplet: 75, 05 and 43. RGB value is (117,5,67). Sum of RGB (Red+Green+Blue) = 117+5+67=189 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.90% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 67 (26.56% from 255 or 35.45% from 189); Max value from RGB is 117 - color contains mainly: red. Hex color #750543 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750543 is #8AFABC. Grayscale: #2D2D2D. Windows color (decimal): -9108157 or 4392309. OLE color: 4392309.

HSL color Cylindrical-coordinate representation of color #750543: hue angle of 326.79º 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 #750543 is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.54.

Color convert

RGB117567-
CMYK00.960.430.54
HSL326.79º91.8%23.92%-
HSV(B)326.79º95.73%45.88%-
XYZ8.44.35.7-
YUV45.56140.11178.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 61.90%
GREEN value IS 5 (2.34% from 255) = 2.65%
BLUE value IS 67 (26.56% from 255) = 35.45%
R=61.90%
G=2.65%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.43
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11756700.960.430.54326.7991.823.92
Hex755430602B361475c18
Octal16551030140536650713430
Binary1110101101100001101100000101011110110101000111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750543; }

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

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

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

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

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

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

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

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