#57002A

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

Shades of Tyrian Purple #57002A

Tints of Tyrian Purple #57002A

Color information

#57002A (or 0x57002A) is unknown color: approx Tyrian Purple. HEX triplet: 57, 00 and 2A. RGB value is (87,0,42). Sum of RGB (Red+Green+Blue) = 87+0+42=129 (17% of max value = 765). Red value is 87 (34.38% from 255 or 67.44% from 129); Green value is 0 (0.39% from 255 or 0% from 129); Blue value is 42 (16.80% from 255 or 32.56% from 129); Max value from RGB is 87 - color contains mainly: red. Hex color #57002A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57002A is #A8FFD5. Grayscale: #1E1E1E. Windows color (decimal): -11075542 or 2752599. OLE color: 2752599.

HSL color Cylindrical-coordinate representation of color #57002A: hue angle of 331.03º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #57002A is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.66.

Color convert

RGB87042-
CMYK010.520.66
HSL331.03º100%17.06%-
HSV(B)331.03º100%34.12%-
XYZ4.352.192.38-
YUV30.8134.32168.08-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 67.44%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 42 (16.80% from 255) = 32.56%
R=67.44%
G=0%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.52
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87042010.520.66331.0310017.06
Hex5702A064344214b6411
Octal12705201446410251314421
Binary10101110101010011001001101001000010101001011110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57002A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #57002A; }

 p { color: rgb(87,0,42); }

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

<style>
 a { background-color: #57002A; }

 a { background-color: rgb(87,0,42); }

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

<style>
 span { border-color: #57002A; }

 span { border-color: rgb(87,0,42); }

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