#75074E

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

Shades of Tyrian Purple #75074E

Tints of Tyrian Purple #75074E

Color information

#75074E (or 0x75074E) is unknown color: approx Tyrian Purple. HEX triplet: 75, 07 and 4E. RGB value is (117,7,78). Sum of RGB (Red+Green+Blue) = 117+7+78=202 (26% of max value = 765). Red value is 117 (46.09% from 255 or 57.92% from 202); Green value is 7 (3.12% from 255 or 3.47% from 202); Blue value is 78 (30.86% from 255 or 38.61% from 202); Max value from RGB is 117 - color contains mainly: red. Hex color #75074E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75074E is #8AF8B1. Grayscale: #2F2F2F. Windows color (decimal): -9107634 or 5113717. OLE color: 5113717.

HSL color Cylindrical-coordinate representation of color #75074E: hue angle of 321.27º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #75074E is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB117778-
CMYK00.940.330.54
HSL321.27º88.71%24.31%-
HSV(B)321.27º94.02%45.88%-
XYZ8.794.487.61-
YUV47.98144.94177.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 57.92%
GREEN value IS 7 (3.12% from 255) = 3.47%
BLUE value IS 78 (30.86% from 255) = 38.61%
R=57.92%
G=3.47%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11777800.940.330.54321.2788.7124.31
Hex7574E05E21361415918
Octal16571160136416650113130
Binary1110101111100111001011110100001110110101000001101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75074E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75074E; }

 p { color: rgb(117,7,78); }

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

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

 a { background-color: rgb(117,7,78); }

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

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

 span { border-color: rgb(117,7,78); }

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