Html Css Color HEX #571441 Tyrian Purple

📋 copy color: '#571441'

red 87 ◦ green 20 ◦ blue 65

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

Shades of Tyrian Purple #571441

Tints of Tyrian Purple #571441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 37.79%

R = 50.58%
G = 11.63%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.25

 K value IS 0.66

RGB Variations

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

Color information

#571441 (or 0x571441) is known color: Tyrian Purple. HEX triplet: 57, 14 and 41. RGB value is (87,20,65). Sum of RGB (Red+Green+Blue) = 87+20+65=172 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.58% from 172); Green value is 20 (8.20% from 255 or 11.63% from 172); Blue value is 65 (25.78% from 255 or 37.79% from 172); Max value from RGB is 87 - color contains mainly: red. Hex color #571441 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571441 is #A8EBBE. Grayscale: #2D2D2D. Windows color (decimal): -11070399 or 4265047. OLE color: 4265047.

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

Color convert

RGB 87 20 65 -
CMYK 0 0.77 0.25 0.66
HSL 319.7º 0.63% 0.21% -
HSV(B) 319.7º 0.77% 0.34% -
XYZ 5.13 2.91 5.29 -
YUV 45.16 139.2 157.84 -
System Red Green Blue C M Y K H S L
Decimal 87 20 65 0 0.77 0.25 0.66 319.7 0.63 0.21
Hex 57 14 41 0 4D 19 42 140 3F 15
Octal 127 24 101 0 115 31 102 500 77 25
Binary 1010111 10100 1000001 0 1001101 11001 1000010 101000000 111111 10101

Color Harmonies of #571441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571441

Black with #571441

Text Example


Text Example

White with #571441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571441; }

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

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

background-color css

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

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

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

border-color css

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

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

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