#57002D

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

Shades of Tyrian Purple #57002D

Tints of Tyrian Purple #57002D

Color information

#57002D (or 0x57002D) is unknown color: approx Tyrian Purple. HEX triplet: 57, 00 and 2D. RGB value is (87,0,45). Sum of RGB (Red+Green+Blue) = 87+0+45=132 (17% of max value = 765). Red value is 87 (34.38% from 255 or 65.91% from 132); Green value is 0 (0.39% from 255 or 0% from 132); Blue value is 45 (17.97% from 255 or 34.09% from 132); Max value from RGB is 87 - color contains mainly: red. Hex color #57002D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #57002D is #A8FFD2. Grayscale: #1F1F1F. Windows color (decimal): -11075539 or 2949207. OLE color: 2949207.

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

Color convert

RGB87045-
CMYK010.480.66
HSL328.97º100%17.06%-
HSV(B)328.97º100%34.12%-
XYZ4.42.222.68-
YUV31.14135.82167.84-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 65.91%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 45 (17.97% from 255) = 34.09%
R=65.91%
G=0%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.48
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87045010.480.66328.9710017.06
Hex5702D06430421496411
Octal12705501446010251114421
Binary10101110101101011001001100001000010101001001110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57002D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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