#75024E

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

Shades of Tyrian Purple #75024E

Tints of Tyrian Purple #75024E

Color information

#75024E (or 0x75024E) is unknown color: approx Tyrian Purple. HEX triplet: 75, 02 and 4E. RGB value is (117,2,78). Sum of RGB (Red+Green+Blue) = 117+2+78=197 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.39% from 197); Green value is 2 (1.17% from 255 or 1.02% from 197); Blue value is 78 (30.86% from 255 or 39.59% from 197); Max value from RGB is 117 - color contains mainly: red. Hex color #75024E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75024E is #8AFDB1. Grayscale: #2C2C2C. Windows color (decimal): -9108914 or 5112437. OLE color: 5112437.

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

Color convert

RGB117278-
CMYK00.980.330.54
HSL320.35º96.64%23.33%-
HSV(B)320.35º98.29%45.88%-
XYZ8.734.387.59-
YUV45.05146.6179.32-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 59.39%
GREEN value IS 2 (1.17% from 255) = 1.02%
BLUE value IS 78 (30.86% from 255) = 39.59%
R=59.39%
G=1.02%
B=39.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.33
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11727800.980.330.54320.3596.6423.33
Hex7524E06221361406117
Octal16521160142416650014127
Binary111010110100111001100010100001110110101000000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75024E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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