#750042

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

Shades of Tyrian Purple #750042

Tints of Tyrian Purple #750042

Color information

#750042 (or 0x750042) is unknown color: approx Tyrian Purple. HEX triplet: 75, 00 and 42. RGB value is (117,0,66). Sum of RGB (Red+Green+Blue) = 117+0+66=183 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.93% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 66 (26.17% from 255 or 36.07% from 183); Max value from RGB is 117 - color contains mainly: red. Hex color #750042 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750042 is #8AFFBD. Grayscale: #2A2A2A. Windows color (decimal): -9109438 or 4325493. OLE color: 4325493.

HSL color Cylindrical-coordinate representation of color #750042: hue angle of 326.15º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #750042 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB117066-
CMYK010.440.54
HSL326.15º100%22.94%-
HSV(B)326.15º100%45.88%-
XYZ8.324.185.52-
YUV42.51141.26181.13-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 63.93%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 66 (26.17% from 255) = 36.07%
R=63.93%
G=0%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117066010.440.54326.1510022.94
Hex750420642C361466417
Octal16501020144546650614427
Binary11101010100001001100100101100110110101000110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750042; }

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

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

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

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

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

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

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

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