#75024F

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

Shades of Tyrian Purple #75024F

Tints of Tyrian Purple #75024F

Color information

#75024F (or 0x75024F) is unknown color: approx Tyrian Purple. HEX triplet: 75, 02 and 4F. RGB value is (117,2,79). Sum of RGB (Red+Green+Blue) = 117+2+79=198 (26% of max value = 765). Red value is 117 (46.09% from 255 or 59.09% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 79 (31.25% from 255 or 39.90% from 198); Max value from RGB is 117 - color contains mainly: red. Hex color #75024F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75024F is #8AFDB0. Grayscale: #2C2C2C. Windows color (decimal): -9108913 or 5177973. OLE color: 5177973.

HSL color Cylindrical-coordinate representation of color #75024F: hue angle of 319.83º 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 #75024F is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB117279-
CMYK00.980.320.54
HSL319.83º96.64%23.33%-
HSV(B)319.83º98.29%45.88%-
XYZ8.774.397.78-
YUV45.16147.1179.24-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 59.09%
GREEN value IS 2 (1.17% from 255) = 1.01%
BLUE value IS 79 (31.25% from 255) = 39.90%
R=59.09%
G=1.01%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.32
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11727900.980.320.54319.8396.6423.33
Hex7524F06220361406117
Octal16521170142406650014127
Binary111010110100111101100010100000110110101000000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75024F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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