#57002B

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

Shades of Tyrian Purple #57002B

Tints of Tyrian Purple #57002B

Color information

#57002B (or 0x57002B) is unknown color: approx Tyrian Purple. HEX triplet: 57, 00 and 2B. RGB value is (87,0,43). Sum of RGB (Red+Green+Blue) = 87+0+43=130 (17% of max value = 765). Red value is 87 (34.38% from 255 or 66.92% from 130); Green value is 0 (0.39% from 255 or 0% from 130); Blue value is 43 (17.19% from 255 or 33.08% from 130); Max value from RGB is 87 - color contains mainly: red. Hex color #57002B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57002B is #A8FFD4. Grayscale: #1E1E1E. Windows color (decimal): -11075541 or 2818135. OLE color: 2818135.

HSL color Cylindrical-coordinate representation of color #57002B: hue angle of 330.34º 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 #57002B is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.66.

Color convert

RGB87043-
CMYK010.510.66
HSL330.34º100%17.06%-
HSV(B)330.34º100%34.12%-
XYZ4.372.22.48-
YUV30.92134.82168-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 66.92%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 43 (17.19% from 255) = 33.08%
R=66.92%
G=0%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.51
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87043010.510.66330.3410017.06
Hex5702B064334214a6411
Octal12705301446310251214421
Binary10101110101011011001001100111000010101001010110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57002B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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