Html Css Color HEX #570031 Tyrian Purple

📋 copy color: '#570031'

red 87 ◦ green 0 ◦ blue 49

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

Shades of Tyrian Purple #570031

Tints of Tyrian Purple #570031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 36.03%

R = 63.97%
G = 0%
B = 36.03%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.66

RGB Variations

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

Color information

#570031 (or 0x570031) is known color: Tyrian Purple. HEX triplet: 57, 00 and 31. RGB value is (87,0,49). Sum of RGB (Red+Green+Blue) = 87+0+49=136 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.97% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 49 (19.53% from 255 or 36.03% from 136); Max value from RGB is 87 - color contains mainly: red. Hex color #570031 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #570031 is #A8FFCE. Grayscale: #1F1F1F. Windows color (decimal): -11075535 or 3211351. OLE color: 3211351.

HSL color Cylindrical-coordinate representation of color #570031: hue angle of 326.21º 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 #570031 is Cyan = 0, Magento = 1, Yellow = 0.44 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 0 49 -
CMYK 0 1 0.44 0.66
HSL 326.21º 1% 0.17% -
HSV(B) 326.21º 1% 0.34% -
XYZ 4.48 2.25 3.1 -
YUV 31.6 137.82 167.52 -
System Red Green Blue C M Y K H S L
Decimal 87 0 49 0 1 0.44 0.66 326.21 1 0.17
Hex 57 0 31 0 64 2C 42 146 64 11
Octal 127 0 61 0 144 54 102 506 144 21
Binary 1010111 0 110001 0 1100100 101100 1000010 101000110 1100100 10001

Color Harmonies of #570031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570031

Black with #570031

Text Example


Text Example

White with #570031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570031; }

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

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

background-color css

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

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

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

border-color css

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

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

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