#570027

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

Shades of Tyrian Purple #570027

Tints of Tyrian Purple #570027

Color information

#570027 (or 0x570027) is unknown color: approx Tyrian Purple. HEX triplet: 57, 00 and 27. RGB value is (87,0,39). Sum of RGB (Red+Green+Blue) = 87+0+39=126 (16% of max value = 765). Red value is 87 (34.38% from 255 or 69.05% from 126); Green value is 0 (0.39% from 255 or 0% from 126); Blue value is 39 (15.62% from 255 or 30.95% from 126); Max value from RGB is 87 - color contains mainly: red. Hex color #570027 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570027 is #A8FFD8. Grayscale: #1E1E1E. Windows color (decimal): -11075545 or 2555991. OLE color: 2555991.

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

Color convert

RGB87039-
CMYK010.550.66
HSL333.1º100%17.06%-
HSV(B)333.1º100%34.12%-
XYZ4.32.172.11-
YUV30.46132.82168.33-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 69.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 39 (15.62% from 255) = 30.95%
R=69.05%
G=0%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.55
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87039010.550.66333.110017.06
Hex57027064374214d6411
Octal12704701446710251514421
Binary10101110100111011001001101111000010101001101110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570027; }

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

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

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

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

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

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

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

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