#750547

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

Shades of Tyrian Purple #750547

Tints of Tyrian Purple #750547

Color information

#750547 (or 0x750547) is unknown color: approx Tyrian Purple. HEX triplet: 75, 05 and 47. RGB value is (117,5,71). Sum of RGB (Red+Green+Blue) = 117+5+71=193 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60.62% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 71 (28.12% from 255 or 36.79% from 193); Max value from RGB is 117 - color contains mainly: red. Hex color #750547 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750547 is #8AFAB8. Grayscale: #2D2D2D. Windows color (decimal): -9108153 or 4654453. OLE color: 4654453.

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

Color convert

RGB117571-
CMYK00.960.390.54
HSL324.64º91.8%23.92%-
HSV(B)324.64º95.73%45.88%-
XYZ8.534.356.35-
YUV46.01142.11178.63-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 60.62%
GREEN value IS 5 (2.34% from 255) = 2.59%
BLUE value IS 71 (28.12% from 255) = 36.79%
R=60.62%
G=2.59%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11757100.960.390.54324.6491.823.92
Hex7554706027361455c18
Octal16551070140476650513430
Binary1110101101100011101100000100111110110101000101101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750547; }

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

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

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

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

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

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

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

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