#750940

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

Shades of Tyrian Purple #750940

Tints of Tyrian Purple #750940

Color information

#750940 (or 0x750940) is unknown color: approx Tyrian Purple. HEX triplet: 75, 09 and 40. RGB value is (117,9,64). Sum of RGB (Red+Green+Blue) = 117+9+64=190 (25% of max value = 765). Red value is 117 (46.09% from 255 or 61.58% from 190); Green value is 9 (3.91% from 255 or 4.74% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 117 - color contains mainly: red. Hex color #750940 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #750940 is #8AF6BF. Grayscale: #2F2F2F. Windows color (decimal): -9107136 or 4196725. OLE color: 4196725.

HSL color Cylindrical-coordinate representation of color #750940: hue angle of 329.44º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #750940 is Cyan = 0, Magento = 0.92, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB117964-
CMYK00.920.450.54
HSL329.44º85.71%24.71%-
HSV(B)329.44º92.31%45.88%-
XYZ8.364.355.25-
YUV47.56137.28177.53-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 61.58%
GREEN value IS 9 (3.91% from 255) = 4.74%
BLUE value IS 64 (25.39% from 255) = 33.68%
R=61.58%
G=4.74%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11796400.920.450.54329.4485.7124.71
Hex7594005C2D361495619
Octal165111000134556651112631
Binary11101011001100000001011100101101110110101001001101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750940; }

 p { color: rgb(117,9,64); }

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

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

 a { background-color: rgb(117,9,64); }

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

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

 span { border-color: rgb(117,9,64); }

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