#570533

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

Shades of Tyrian Purple #570533

Tints of Tyrian Purple #570533

Color information

#570533 (or 0x570533) is unknown color: approx Tyrian Purple. HEX triplet: 57, 05 and 33. RGB value is (87,5,51). Sum of RGB (Red+Green+Blue) = 87+5+51=143 (18% of max value = 765). Red value is 87 (34.38% from 255 or 60.84% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 51 (20.31% from 255 or 35.66% from 143); Max value from RGB is 87 - color contains mainly: red. Hex color #570533 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570533 is #A8FACC. Grayscale: #222222. Windows color (decimal): -11074253 or 3343703. OLE color: 3343703.

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

Color convert

RGB87551-
CMYK00.940.410.66
HSL326.34º89.13%18.04%-
HSV(B)326.34º94.25%34.12%-
XYZ4.582.373.35-
YUV34.76137.17165.26-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 60.84%
GREEN value IS 5 (2.34% from 255) = 3.50%
BLUE value IS 51 (20.31% from 255) = 35.66%
R=60.84%
G=3.50%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.41
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8755100.940.410.66326.3489.1318.04
Hex5753305E29421465912
Octal12756301365110250613122
Binary1010111101110011010111101010011000010101000110101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570533; }

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

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

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

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

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

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

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

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