#570552

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

Shades of Tyrian Purple #570552

Tints of Tyrian Purple #570552

Color information

#570552 (or 0x570552) is unknown color: approx Tyrian Purple. HEX triplet: 57, 05 and 52. RGB value is (87,5,82). Sum of RGB (Red+Green+Blue) = 87+5+82=174 (23% of max value = 765). Red value is 87 (34.38% from 255 or 50% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 82 (32.42% from 255 or 47.13% from 174); Max value from RGB is 87 - color contains mainly: red. Hex color #570552 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #570552 is #A8FAAD. Grayscale: #262626. Windows color (decimal): -11074222 or 5375319. OLE color: 5375319.

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

Color convert

RGB87582-
CMYK00.940.060.66
HSL303.66º89.13%18.04%-
HSV(B)303.66º94.25%34.12%-
XYZ5.512.748.22-
YUV38.3152.67162.74-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50%
GREEN value IS 5 (2.34% from 255) = 2.87%
BLUE value IS 82 (32.42% from 255) = 47.13%
R=50%
G=2.87%
B=47.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8758200.940.060.66303.6689.1318.04
Hex5755205E6421305912
Octal12751220136610246013122
Binary10101111011010010010111101101000010100110000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570552; }

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

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

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

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

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

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

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

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