#57024B

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

Shades of Tyrian Purple #57024B

Tints of Tyrian Purple #57024B

Color information

#57024B (or 0x57024B) is unknown color: approx Tyrian Purple. HEX triplet: 57, 02 and 4B. RGB value is (87,2,75). Sum of RGB (Red+Green+Blue) = 87+2+75=164 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.05% from 164); Green value is 2 (1.17% from 255 or 1.22% from 164); Blue value is 75 (29.69% from 255 or 45.73% from 164); Max value from RGB is 87 - color contains mainly: red. Hex color #57024B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57024B is #A8FDB4. Grayscale: #232323. Windows color (decimal): -11074997 or 4915799. OLE color: 4915799.

HSL color Cylindrical-coordinate representation of color #57024B: hue angle of 308.47º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #57024B is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB87275-
CMYK00.980.140.66
HSL308.47º95.51%17.45%-
HSV(B)308.47º97.7%34.12%-
XYZ5.222.586.88-
YUV35.74150.16164.56-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 53.05%
GREEN value IS 2 (1.17% from 255) = 1.22%
BLUE value IS 75 (29.69% from 255) = 45.73%
R=53.05%
G=1.22%
B=45.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8727500.980.140.66308.4795.5117.45
Hex5724B062E421346011
Octal127211301421610246414021
Binary10101111010010110110001011101000010100110100110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57024B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57024B; }

 p { color: rgb(87,2,75); }

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

<style>
 a { background-color: #57024B; }

 a { background-color: rgb(87,2,75); }

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

<style>
 span { border-color: #57024B; }

 span { border-color: rgb(87,2,75); }

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