#570527

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

Shades of Tyrian Purple #570527

Tints of Tyrian Purple #570527

Color information

#570527 (or 0x570527) is unknown color: approx Tyrian Purple. HEX triplet: 57, 05 and 27. RGB value is (87,5,39). Sum of RGB (Red+Green+Blue) = 87+5+39=131 (17% of max value = 765). Red value is 87 (34.38% from 255 or 66.41% from 131); Green value is 5 (2.34% from 255 or 3.82% from 131); Blue value is 39 (15.62% from 255 or 29.77% from 131); Max value from RGB is 87 - color contains mainly: red. Hex color #570527 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570527 is #A8FAD8. Grayscale: #212121. Windows color (decimal): -11074265 or 2557271. OLE color: 2557271.

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

Color convert

RGB87539-
CMYK00.940.550.66
HSL335.12º89.13%18.04%-
HSV(B)335.12º94.25%34.12%-
XYZ4.352.282.13-
YUV33.39131.17166.24-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 66.41%
GREEN value IS 5 (2.34% from 255) = 3.82%
BLUE value IS 39 (15.62% from 255) = 29.77%
R=66.41%
G=3.82%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.55
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8753900.940.550.66335.1289.1318.04
Hex5752705E374214f5912
Octal12754701366710251713122
Binary1010111101100111010111101101111000010101001111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570527; }

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

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

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

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

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

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

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

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