#75094A

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

Shades of Tyrian Purple #75094A

Tints of Tyrian Purple #75094A

Color information

#75094A (or 0x75094A) is unknown color: approx Tyrian Purple. HEX triplet: 75, 09 and 4A. RGB value is (117,9,74). Sum of RGB (Red+Green+Blue) = 117+9+74=200 (26% of max value = 765). Red value is 117 (46.09% from 255 or 58.5% from 200); Green value is 9 (3.91% from 255 or 4.5% from 200); Blue value is 74 (29.30% from 255 or 37% from 200); Max value from RGB is 117 - color contains mainly: red. Hex color #75094A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75094A is #8AF6B5. Grayscale: #303030. Windows color (decimal): -9107126 or 4852085. OLE color: 4852085.

HSL color Cylindrical-coordinate representation of color #75094A: hue angle of 323.89º 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 #75094A is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB117974-
CMYK00.920.370.54
HSL323.89º85.71%24.71%-
HSV(B)323.89º92.31%45.88%-
XYZ8.674.476.88-
YUV48.7142.28176.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 58.5%
GREEN value IS 9 (3.91% from 255) = 4.5%
BLUE value IS 74 (29.30% from 255) = 37%
R=58.5%
G=4.5%
B=37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.37
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11797400.920.370.54323.8985.7124.71
Hex7594A05C25361445619
Octal165111120134456650412631
Binary11101011001100101001011100100101110110101000100101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75094A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75094A; }

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

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

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

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

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

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

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

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