#570154

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

Shades of Tyrian Purple #570154

Tints of Tyrian Purple #570154

Color information

#570154 (or 0x570154) is unknown color: approx Tyrian Purple. HEX triplet: 57, 01 and 54. RGB value is (87,1,84). Sum of RGB (Red+Green+Blue) = 87+1+84=172 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.58% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 84 (33.20% from 255 or 48.84% from 172); Max value from RGB is 87 - color contains mainly: red. Hex color #570154 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570154 is #A8FEAB. Grayscale: #232323. Windows color (decimal): -11075244 or 5505367. OLE color: 5505367.

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

Color convert

RGB87184-
CMYK00.990.030.66
HSL302.09º97.73%17.25%-
HSV(B)302.09º98.85%34.12%-
XYZ5.542.698.61-
YUV36.18154.99164.25-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50.58%
GREEN value IS 1 (0.78% from 255) = 0.58%
BLUE value IS 84 (33.20% from 255) = 48.84%
R=50.58%
G=0.58%
B=48.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.03
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8718400.990.030.66302.0997.7317.25
Hex5715406334212e6211
Octal12711240143310245614221
Binary10101111101010001100011111000010100101110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570154; }

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

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

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

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

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

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

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

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