#570D33

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

Shades of Tyrian Purple #570D33

Tints of Tyrian Purple #570D33

Color information

#570D33 (or 0x570D33) is unknown color: approx Tyrian Purple. HEX triplet: 57, 0D and 33. RGB value is (87,13,51). Sum of RGB (Red+Green+Blue) = 87+13+51=151 (20% of max value = 765). Red value is 87 (34.38% from 255 or 57.62% from 151); Green value is 13 (5.47% from 255 or 8.61% from 151); Blue value is 51 (20.31% from 255 or 33.77% from 151); Max value from RGB is 87 - color contains mainly: red. Hex color #570D33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570D33 is #A8F2CC. Grayscale: #272727. Windows color (decimal): -11072205 or 3345751. OLE color: 3345751.

HSL color Cylindrical-coordinate representation of color #570D33: hue angle of 329.19º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #570D33 is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.66.

Color convert

RGB871351-
CMYK00.850.410.66
HSL329.19º74%19.61%-
HSV(B)329.19º85.06%34.12%-
XYZ4.672.553.38-
YUV39.46134.52161.91-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 57.62%
GREEN value IS 13 (5.47% from 255) = 8.61%
BLUE value IS 51 (20.31% from 255) = 33.77%
R=57.62%
G=8.61%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.41
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87135100.850.410.66329.197419.61
Hex57D3305529421494a14
Octal127156301255110251111224
Binary10101111101110011010101011010011000010101001001100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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