Html Css Color HEX #571247 Tyrian Purple

📋 copy color: '#571247'

red 87 ◦ green 18 ◦ blue 71

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

Shades of Tyrian Purple #571247

Tints of Tyrian Purple #571247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 40.34%

R = 49.43%
G = 10.23%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.18

 K value IS 0.66

RGB Variations

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

Color information

#571247 (or 0x571247) is known color: Tyrian Purple. HEX triplet: 57, 12 and 47. RGB value is (87,18,71). Sum of RGB (Red+Green+Blue) = 87+18+71=176 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.43% from 176); Green value is 18 (7.42% from 255 or 10.23% from 176); Blue value is 71 (28.12% from 255 or 40.34% from 176); Max value from RGB is 87 - color contains mainly: red. Hex color #571247 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571247 is #A8EDB8. Grayscale: #2C2C2C. Windows color (decimal): -11070905 or 4657751. OLE color: 4657751.

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

Color convert

RGB 87 18 71 -
CMYK 0 0.79 0.18 0.66
HSL 313.91º 0.66% 0.21% -
HSV(B) 313.91º 0.79% 0.34% -
XYZ 5.28 2.91 6.25 -
YUV 44.67 142.86 158.19 -
System Red Green Blue C M Y K H S L
Decimal 87 18 71 0 0.79 0.18 0.66 313.91 0.66 0.21
Hex 57 12 47 0 4F 12 42 13A 42 15
Octal 127 22 107 0 117 22 102 472 102 25
Binary 1010111 10010 1000111 0 1001111 10010 1000010 100111010 1000010 10101

Color Harmonies of #571247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571247

Black with #571247

Text Example


Text Example

White with #571247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571247; }

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

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

background-color css

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

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

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

border-color css

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

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

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