Html Css Color HEX #571548 Tyrian Purple

📋 copy color: '#571548'

red 87 ◦ green 21 ◦ blue 72

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

Shades of Tyrian Purple #571548

Tints of Tyrian Purple #571548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 40%

R = 48.33%
G = 11.67%
B = 40%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.17

 K value IS 0.66

RGB Variations

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

Color information

#571548 (or 0x571548) is known color: Tyrian Purple. HEX triplet: 57, 15 and 48. RGB value is (87,21,72). Sum of RGB (Red+Green+Blue) = 87+21+72=180 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.33% from 180); Green value is 21 (8.59% from 255 or 11.67% from 180); Blue value is 72 (28.52% from 255 or 40% from 180); Max value from RGB is 87 - color contains mainly: red. Hex color #571548 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571548 is #A8EAB7. Grayscale: #2E2E2E. Windows color (decimal): -11070136 or 4724055. OLE color: 4724055.

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

Color convert

RGB 87 21 72 -
CMYK 0 0.76 0.17 0.66
HSL 313.64º 0.61% 0.21% -
HSV(B) 313.64º 0.76% 0.34% -
XYZ 5.37 3.03 6.43 -
YUV 46.55 142.37 156.85 -
System Red Green Blue C M Y K H S L
Decimal 87 21 72 0 0.76 0.17 0.66 313.64 0.61 0.21
Hex 57 15 48 0 4C 11 42 13A 3D 15
Octal 127 25 110 0 114 21 102 472 75 25
Binary 1010111 10101 1001000 0 1001100 10001 1000010 100111010 111101 10101

Color Harmonies of #571548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571548

Black with #571548

Text Example


Text Example

White with #571548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571548; }

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

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

background-color css

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

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

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

border-color css

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

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

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