#570F3B

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

Shades of Tyrian Purple #570F3B

Tints of Tyrian Purple #570F3B

Color information

#570F3B (or 0x570F3B) is unknown color: approx Tyrian Purple. HEX triplet: 57, 0F and 3B. RGB value is (87,15,59). Sum of RGB (Red+Green+Blue) = 87+15+59=161 (21% of max value = 765). Red value is 87 (34.38% from 255 or 54.04% from 161); Green value is 15 (6.25% from 255 or 9.32% from 161); Blue value is 59 (23.44% from 255 or 36.65% from 161); Max value from RGB is 87 - color contains mainly: red. Hex color #570F3B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570F3B is #A8F0C4. Grayscale: #292929. Windows color (decimal): -11071685 or 3870551. OLE color: 3870551.

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

Color convert

RGB871559-
CMYK00.830.320.66
HSL323.33º70.59%20%-
HSV(B)323.33º82.76%34.12%-
XYZ4.892.684.4-
YUV41.54137.85160.42-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 54.04%
GREEN value IS 15 (6.25% from 255) = 9.32%
BLUE value IS 59 (23.44% from 255) = 36.65%
R=54.04%
G=9.32%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.32
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87155900.830.320.66323.3370.5920
Hex57F3B05320421434714
Octal127177301234010250310724
Binary10101111111111011010100111000001000010101000011100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,15,59); }

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

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

 a { background-color: rgb(87,15,59); }

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

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

 span { border-color: rgb(87,15,59); }

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