#570B4B

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

Shades of Tyrian Purple #570B4B

Tints of Tyrian Purple #570B4B

Color information

#570B4B (or 0x570B4B) is unknown color: approx Tyrian Purple. HEX triplet: 57, 0B and 4B. RGB value is (87,11,75). Sum of RGB (Red+Green+Blue) = 87+11+75=173 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.29% from 173); Green value is 11 (4.69% from 255 or 6.36% from 173); Blue value is 75 (29.69% from 255 or 43.35% from 173); Max value from RGB is 87 - color contains mainly: red. Hex color #570B4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570B4B is #A8F4B4. Grayscale: #282828. Windows color (decimal): -11072693 or 4918103. OLE color: 4918103.

HSL color Cylindrical-coordinate representation of color #570B4B: hue angle of 309.47º degrees, saturation: 0.78, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #570B4B is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB871175-
CMYK00.870.140.66
HSL309.47º77.55%19.22%-
HSV(B)309.47º87.36%34.12%-
XYZ5.322.776.91-
YUV41.02147.18160.8-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 50.29%
GREEN value IS 11 (4.69% from 255) = 6.36%
BLUE value IS 75 (29.69% from 255) = 43.35%
R=50.29%
G=6.36%
B=43.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.14
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87117500.870.140.66309.4777.5519.22
Hex57B4B057E421354e13
Octal1271311301271610246511623
Binary1010111101110010110101011111101000010100110101100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570B4B; }

 p { color: rgb(87,11,75); }

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

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

 a { background-color: rgb(87,11,75); }

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

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

 span { border-color: rgb(87,11,75); }

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