#570125

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

Shades of Tyrian Purple #570125

Tints of Tyrian Purple #570125

Color information

#570125 (or 0x570125) is unknown color: approx Tyrian Purple. HEX triplet: 57, 01 and 25. RGB value is (87,1,37). Sum of RGB (Red+Green+Blue) = 87+1+37=125 (16% of max value = 765). Red value is 87 (34.38% from 255 or 69.6% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 37 (14.84% from 255 or 29.6% from 125); Max value from RGB is 87 - color contains mainly: red. Hex color #570125 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570125 is #A8FEDA. Grayscale: #1E1E1E. Windows color (decimal): -11075291 or 2425175. OLE color: 2425175.

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

Color convert

RGB87137-
CMYK00.990.570.66
HSL334.88º97.73%17.25%-
HSV(B)334.88º98.85%34.12%-
XYZ4.282.181.95-
YUV30.82131.49168.07-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 69.6%
GREEN value IS 1 (0.78% from 255) = 0.8%
BLUE value IS 37 (14.84% from 255) = 29.6%
R=69.6%
G=0.8%
B=29.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.57
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal8713700.990.570.66334.8897.7317.25
Hex57125063394214f6211
Octal12714501437110251714221
Binary10101111100101011000111110011000010101001111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #570125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #570125; }

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

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

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

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

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

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

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

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