#750441

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

Shades of Tyrian Purple #750441

Tints of Tyrian Purple #750441

Color information

#750441 (or 0x750441) is unknown color: approx Tyrian Purple. HEX triplet: 75, 04 and 41. RGB value is (117,4,65). Sum of RGB (Red+Green+Blue) = 117+4+65=186 (24% of max value = 765). Red value is 117 (46.09% from 255 or 62.90% from 186); Green value is 4 (1.95% from 255 or 2.15% from 186); Blue value is 65 (25.78% from 255 or 34.95% from 186); Max value from RGB is 117 - color contains mainly: red. Hex color #750441 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750441 is #8AFBBE. Grayscale: #2C2C2C. Windows color (decimal): -9108415 or 4260981. OLE color: 4260981.

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

Color convert

RGB117465-
CMYK00.970.440.54
HSL327.61º93.39%23.73%-
HSV(B)327.61º96.58%45.88%-
XYZ8.334.255.38-
YUV44.74139.44179.54-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 62.90%
GREEN value IS 4 (1.95% from 255) = 2.15%
BLUE value IS 65 (25.78% from 255) = 34.95%
R=62.90%
G=2.15%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11746500.970.440.54327.6193.3923.73
Hex754410612C361485d18
Octal16541010141546651013530
Binary1110101100100000101100001101100110110101001000101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750441; }

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

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

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

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

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

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

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

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