Html Css Color HEX #570025 Tyrian Purple

📋 copy color: '#570025'

red 87 ◦ green 0 ◦ blue 37

#570025
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #570025

Tints of Tyrian Purple #570025

RGB

 RED value IS 87 (34.38% from 255) = 70.16%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 37 (14.84% from 255) = 29.84%

R = 70.16%
G = 0%
B = 29.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.57

 K value IS 0.66

RGB Variations

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

Color information

#570025 (or 0x570025) is known color: Tyrian Purple. HEX triplet: 57, 00 and 25. RGB value is (87,0,37). Sum of RGB (Red+Green+Blue) = 87+0+37=124 (16% of max value = 765). Red value is 87 (34.38% from 255 or 70.16% from 124); Green value is 0 (0.39% from 255 or 0% from 124); Blue value is 37 (14.84% from 255 or 29.84% from 124); Max value from RGB is 87 - color contains mainly: red. Hex color #570025 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570025 is #A8FFDA. Grayscale: #1E1E1E. Windows color (decimal): -11075547 or 2424919. OLE color: 2424919.

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

Color convert

RGB 87 0 37 -
CMYK 0 1 0.57 0.66
HSL 334.48º 1% 0.17% -
HSV(B) 334.48º 1% 0.34% -
XYZ 4.26 2.16 1.94 -
YUV 30.23 131.82 168.49 -
System Red Green Blue C M Y K H S L
Decimal 87 0 37 0 1 0.57 0.66 334.48 1 0.17
Hex 57 0 25 0 64 39 42 14E 64 11
Octal 127 0 45 0 144 71 102 516 144 21
Binary 1010111 0 100101 0 1100100 111001 1000010 101001110 1100100 10001

Color Harmonies of #570025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570025

Black with #570025

Text Example


Text Example

White with #570025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570025; }

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

 H1.HeaderClassName
 {
   color: #570025;
 }
 .AnyTagClassName
 {
   color: #570025;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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