Html Css Color HEX #571544 Tyrian Purple

📋 copy color: '#571544'

red 87 ◦ green 21 ◦ blue 68

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

Shades of Tyrian Purple #571544

Tints of Tyrian Purple #571544

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.93%

 BLUE value IS 68 (26.95% from 255) = 38.64%

R = 49.43%
G = 11.93%
B = 38.64%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.22

 K value IS 0.66

RGB Variations

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

Color information

#571544 (or 0x571544) is known color: Tyrian Purple. HEX triplet: 57, 15 and 44. RGB value is (87,21,68). Sum of RGB (Red+Green+Blue) = 87+21+68=176 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.43% from 176); Green value is 21 (8.59% from 255 or 11.93% from 176); Blue value is 68 (26.95% from 255 or 38.64% from 176); Max value from RGB is 87 - color contains mainly: red. Hex color #571544 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571544 is #A8EABB. Grayscale: #2D2D2D. Windows color (decimal): -11070140 or 4461911. OLE color: 4461911.

HSL color Cylindrical-coordinate representation of color #571544: hue angle of 317.27º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #571544 is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 21 68 -
CMYK 0 0.76 0.22 0.66
HSL 317.27º 0.61% 0.21% -
HSV(B) 317.27º 0.76% 0.34% -
XYZ 5.24 2.98 5.77 -
YUV 46.09 140.37 157.18 -
System Red Green Blue C M Y K H S L
Decimal 87 21 68 0 0.76 0.22 0.66 317.27 0.61 0.21
Hex 57 15 44 0 4C 16 42 13D 3D 15
Octal 127 25 104 0 114 26 102 475 75 25
Binary 1010111 10101 1000100 0 1001100 10110 1000010 100111101 111101 10101

Color Harmonies of #571544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571544

Black with #571544

Text Example


Text Example

White with #571544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571544; }

 p { color: rgb(87,21,68); }

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

background-color css

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

 a { background-color: rgb(87,21,68); }

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

border-color css

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

 span { border-color: rgb(87,21,68); }

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