#570325

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

Shades of Tyrian Purple #570325

Tints of Tyrian Purple #570325

Color information

#570325 (or 0x570325) is unknown color: approx Tyrian Purple. HEX triplet: 57, 03 and 25. RGB value is (87,3,37). Sum of RGB (Red+Green+Blue) = 87+3+37=127 (16% of max value = 765). Red value is 87 (34.38% from 255 or 68.50% from 127); Green value is 3 (1.56% from 255 or 2.36% from 127); Blue value is 37 (14.84% from 255 or 29.13% from 127); Max value from RGB is 87 - color contains mainly: red. Hex color #570325 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570325 is #A8FCDA. Grayscale: #1F1F1F. Windows color (decimal): -11074779 or 2425687. OLE color: 2425687.

HSL color Cylindrical-coordinate representation of color #570325: hue angle of 335.71º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #570325 is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.66.

Color convert

RGB87337-
CMYK00.970.570.66
HSL335.71º93.33%17.65%-
HSV(B)335.71º96.55%34.12%-
XYZ4.32.221.95-
YUV31.99130.83167.24-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 68.50%
GREEN value IS 3 (1.56% from 255) = 2.36%
BLUE value IS 37 (14.84% from 255) = 29.13%
R=68.50%
G=2.36%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.57
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8733700.970.570.66335.7193.3317.65
Hex5732506139421505d12
Octal12734501417110252013522
Binary101011111100101011000011110011000010101010000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570325; }

 p { color: rgb(87,3,37); }

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

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

 a { background-color: rgb(87,3,37); }

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

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

 span { border-color: rgb(87,3,37); }

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