Html Css Color HEX #571440 Tyrian Purple

📋 copy color: '#571440'

red 87 ◦ green 20 ◦ blue 64

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

Shades of Tyrian Purple #571440

Tints of Tyrian Purple #571440

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.7%

 BLUE value IS 64 (25.39% from 255) = 37.43%

R = 50.88%
G = 11.7%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#571440 (or 0x571440) is known color: Tyrian Purple. HEX triplet: 57, 14 and 40. RGB value is (87,20,64). Sum of RGB (Red+Green+Blue) = 87+20+64=171 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.88% from 171); Green value is 20 (8.20% from 255 or 11.70% from 171); Blue value is 64 (25.39% from 255 or 37.43% from 171); Max value from RGB is 87 - color contains mainly: red. Hex color #571440 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571440 is #A8EBBF. Grayscale: #2C2C2C. Windows color (decimal): -11070400 or 4199511. OLE color: 4199511.

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

Color convert

RGB 87 20 64 -
CMYK 0 0.77 0.26 0.66
HSL 320.6º 0.63% 0.21% -
HSV(B) 320.6º 0.77% 0.34% -
XYZ 5.11 2.9 5.14 -
YUV 45.05 138.7 157.92 -
System Red Green Blue C M Y K H S L
Decimal 87 20 64 0 0.77 0.26 0.66 320.6 0.63 0.21
Hex 57 14 40 0 4D 1A 42 141 3F 15
Octal 127 24 100 0 115 32 102 501 77 25
Binary 1010111 10100 1000000 0 1001101 11010 1000010 101000001 111111 10101

Color Harmonies of #571440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571440

Black with #571440

Text Example


Text Example

White with #571440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571440; }

 p { color: rgb(87,20,64); }

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

background-color css

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

 a { background-color: rgb(87,20,64); }

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

border-color css

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

 span { border-color: rgb(87,20,64); }

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