#750542

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

Shades of Tyrian Purple #750542

Tints of Tyrian Purple #750542

Color information

#750542 (or 0x750542) is unknown color: approx Tyrian Purple. HEX triplet: 75, 05 and 42. RGB value is (117,5,66). Sum of RGB (Red+Green+Blue) = 117+5+66=188 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.23% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 66 (26.17% from 255 or 35.11% from 188); Max value from RGB is 117 - color contains mainly: red. Hex color #750542 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750542 is #8AFABD. Grayscale: #2D2D2D. Windows color (decimal): -9108158 or 4326773. OLE color: 4326773.

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

Color convert

RGB117566-
CMYK00.960.440.54
HSL327.32º91.8%23.92%-
HSV(B)327.32º95.73%45.88%-
XYZ8.374.285.54-
YUV45.44139.61179.04-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 62.23%
GREEN value IS 5 (2.34% from 255) = 2.66%
BLUE value IS 66 (26.17% from 255) = 35.11%
R=62.23%
G=2.66%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11756600.960.440.54327.3291.823.92
Hex755420602C361475c18
Octal16551020140546650713430
Binary1110101101100001001100000101100110110101000111101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750542; }

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

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

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

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

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

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

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

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