#57034B

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

Shades of Tyrian Purple #57034B

Tints of Tyrian Purple #57034B

Color information

#57034B (or 0x57034B) is unknown color: approx Tyrian Purple. HEX triplet: 57, 03 and 4B. RGB value is (87,3,75). Sum of RGB (Red+Green+Blue) = 87+3+75=165 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.73% from 165); Green value is 3 (1.56% from 255 or 1.82% from 165); Blue value is 75 (29.69% from 255 or 45.45% from 165); Max value from RGB is 87 - color contains mainly: red. Hex color #57034B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57034B is #A8FCB4. Grayscale: #242424. Windows color (decimal): -11074741 or 4916055. OLE color: 4916055.

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

Color convert

RGB87375-
CMYK00.970.140.66
HSL308.57º93.33%17.65%-
HSV(B)308.57º96.55%34.12%-
XYZ5.232.66.88-
YUV36.32149.83164.15-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 52.73%
GREEN value IS 3 (1.56% from 255) = 1.82%
BLUE value IS 75 (29.69% from 255) = 45.45%
R=52.73%
G=1.82%
B=45.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8737500.970.140.66308.5793.3317.65
Hex5734B061E421355d12
Octal127311301411610246513522
Binary10101111110010110110000111101000010100110101101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57034B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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