#750041

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

Shades of Tyrian Purple #750041

Tints of Tyrian Purple #750041

Color information

#750041 (or 0x750041) is unknown color: approx Tyrian Purple. HEX triplet: 75, 00 and 41. RGB value is (117,0,65). Sum of RGB (Red+Green+Blue) = 117+0+65=182 (24% of max value = 765). Red value is 117 (46.09% from 255 or 64.29% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 65 (25.78% from 255 or 35.71% from 182); Max value from RGB is 117 - color contains mainly: red. Hex color #750041 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750041 is #8AFFBE. Grayscale: #2A2A2A. Windows color (decimal): -9109439 or 4259957. OLE color: 4259957.

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

Color convert

RGB117065-
CMYK010.440.54
HSL326.67º100%22.94%-
HSV(B)326.67º100%45.88%-
XYZ8.294.165.37-
YUV42.39140.76181.21-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 64.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 65 (25.78% from 255) = 35.71%
R=64.29%
G=0%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117065010.440.54326.6710022.94
Hex750410642C361476417
Octal16501010144546650714427
Binary11101010100000101100100101100110110101000111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750041; }

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

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

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

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

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

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

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

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