Html Css Color HEX #571249 Tyrian Purple

📋 copy color: '#571249'

red 87 ◦ green 18 ◦ blue 73

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

Shades of Tyrian Purple #571249

Tints of Tyrian Purple #571249

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.11%

 BLUE value IS 73 (28.91% from 255) = 41.01%

R = 48.88%
G = 10.11%
B = 41.01%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.16

 K value IS 0.66

RGB Variations

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

Color information

#571249 (or 0x571249) is known color: Tyrian Purple. HEX triplet: 57, 12 and 49. RGB value is (87,18,73). Sum of RGB (Red+Green+Blue) = 87+18+73=178 (23% of max value = 765). Red value is 87 (34.38% from 255 or 48.88% from 178); Green value is 18 (7.42% from 255 or 10.11% from 178); Blue value is 73 (28.91% from 255 or 41.01% from 178); Max value from RGB is 87 - color contains mainly: red. Hex color #571249 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571249 is #A8EDB6. Grayscale: #2C2C2C. Windows color (decimal): -11070903 or 4788823. OLE color: 4788823.

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

Color convert

RGB 87 18 73 -
CMYK 0 0.79 0.16 0.66
HSL 312.17º 0.66% 0.21% -
HSV(B) 312.17º 0.79% 0.34% -
XYZ 5.35 2.94 6.59 -
YUV 44.9 143.86 158.03 -
System Red Green Blue C M Y K H S L
Decimal 87 18 73 0 0.79 0.16 0.66 312.17 0.66 0.21
Hex 57 12 49 0 4F 10 42 138 42 15
Octal 127 22 111 0 117 20 102 470 102 25
Binary 1010111 10010 1001001 0 1001111 10000 1000010 100111000 1000010 10101

Color Harmonies of #571249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571249

Black with #571249

Text Example


Text Example

White with #571249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571249; }

 p { color: rgb(87,18,73); }

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

background-color css

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

 a { background-color: rgb(87,18,73); }

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

border-color css

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

 span { border-color: rgb(87,18,73); }

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