#570551

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

Shades of Tyrian Purple #570551

Tints of Tyrian Purple #570551

Color information

#570551 (or 0x570551) is unknown color: approx Tyrian Purple. HEX triplet: 57, 05 and 51. RGB value is (87,5,81). Sum of RGB (Red+Green+Blue) = 87+5+81=173 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.29% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 81 (32.03% from 255 or 46.82% from 173); Max value from RGB is 87 - color contains mainly: red. Hex color #570551 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570551 is #A8FAAE. Grayscale: #252525. Windows color (decimal): -11074223 or 5309783. OLE color: 5309783.

HSL color Cylindrical-coordinate representation of color #570551: hue angle of 304.39º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #570551 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.66.

Color convert

RGB87581-
CMYK00.940.070.66
HSL304.39º89.13%18.04%-
HSV(B)304.39º94.25%34.12%-
XYZ5.472.738.02-
YUV38.18152.17162.82-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50.29%
GREEN value IS 5 (2.34% from 255) = 2.89%
BLUE value IS 81 (32.03% from 255) = 46.82%
R=50.29%
G=2.89%
B=46.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.07
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8758100.940.070.66304.3989.1318.04
Hex5755105E7421305912
Octal12751210136710246013122
Binary10101111011010001010111101111000010100110000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570551; }

 p { color: rgb(87,5,81); }

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

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

 a { background-color: rgb(87,5,81); }

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

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

 span { border-color: rgb(87,5,81); }

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