#570127

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

Shades of Tyrian Purple #570127

Tints of Tyrian Purple #570127

Color information

#570127 (or 0x570127) is unknown color: approx Tyrian Purple. HEX triplet: 57, 01 and 27. RGB value is (87,1,39). Sum of RGB (Red+Green+Blue) = 87+1+39=127 (16% of max value = 765). Red value is 87 (34.38% from 255 or 68.50% from 127); Green value is 1 (0.78% from 255 or 0.79% from 127); Blue value is 39 (15.62% from 255 or 30.71% from 127); Max value from RGB is 87 - color contains mainly: red. Hex color #570127 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570127 is #A8FED8. Grayscale: #1E1E1E. Windows color (decimal): -11075289 or 2556247. OLE color: 2556247.

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

Color convert

RGB87139-
CMYK00.990.550.66
HSL333.49º97.73%17.25%-
HSV(B)333.49º98.85%34.12%-
XYZ4.312.192.12-
YUV31.05132.49167.91-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 68.50%
GREEN value IS 1 (0.78% from 255) = 0.79%
BLUE value IS 39 (15.62% from 255) = 30.71%
R=68.50%
G=0.79%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.55
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8713900.990.550.66333.4997.7317.25
Hex57127063374214d6211
Octal12714701436710251514221
Binary10101111100111011000111101111000010101001101110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570127; }

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

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

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

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

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

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

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

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