#750141

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

Shades of Tyrian Purple #750141

Tints of Tyrian Purple #750141

Color information

#750141 (or 0x750141) is unknown color: approx Tyrian Purple. HEX triplet: 75, 01 and 41. RGB value is (117,1,65). Sum of RGB (Red+Green+Blue) = 117+1+65=183 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.93% from 183); Green value is 1 (0.78% from 255 or 0.55% from 183); Blue value is 65 (25.78% from 255 or 35.52% from 183); Max value from RGB is 117 - color contains mainly: red. Hex color #750141 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750141 is #8AFEBE. Grayscale: #2A2A2A. Windows color (decimal): -9109183 or 4260213. OLE color: 4260213.

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

Color convert

RGB117165-
CMYK00.990.440.54
HSL326.9º98.31%23.14%-
HSV(B)326.9º99.15%45.88%-
XYZ8.34.195.37-
YUV42.98140.43180.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 63.93%
GREEN value IS 1 (0.78% from 255) = 0.55%
BLUE value IS 65 (25.78% from 255) = 35.52%
R=63.93%
G=0.55%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11716500.990.440.54326.998.3123.14
Hex751410632C361476217
Octal16511010143546650714227
Binary11101011100000101100011101100110110101000111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750141; }

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

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

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

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

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

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

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

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