#75004E

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

Shades of Tyrian Purple #75004E

Tints of Tyrian Purple #75004E

Color information

#75004E (or 0x75004E) is unknown color: approx Tyrian Purple. HEX triplet: 75, 00 and 4E. RGB value is (117,0,78). Sum of RGB (Red+Green+Blue) = 117+0+78=195 (25% of max value = 765). Red value is 117 (46.09% from 255 or 60% from 195); Green value is 0 (0.39% from 255 or 0% from 195); Blue value is 78 (30.86% from 255 or 40% from 195); Max value from RGB is 117 - color contains mainly: red. Hex color #75004E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75004E is #8AFFB1. Grayscale: #2B2B2B. Windows color (decimal): -9109426 or 5111925. OLE color: 5111925.

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

Color convert

RGB117078-
CMYK010.330.54
HSL320º100%22.94%-
HSV(B)320º100%45.88%-
XYZ8.714.337.58-
YUV43.88147.26180.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 60%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 78 (30.86% from 255) = 40%
R=60%
G=0%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117078010.330.5432010022.94
Hex7504E06421361406417
Octal16501160144416650014427
Binary11101010100111001100100100001110110101000000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75004E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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