Html Css Color HEX #571445 Tyrian Purple

📋 copy color: '#571445'

red 87 ◦ green 20 ◦ blue 69

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

Shades of Tyrian Purple #571445

Tints of Tyrian Purple #571445

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 39.2%

R = 49.43%
G = 11.36%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.21

 K value IS 0.66

RGB Variations

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

Color information

#571445 (or 0x571445) is known color: Tyrian Purple. HEX triplet: 57, 14 and 45. RGB value is (87,20,69). Sum of RGB (Red+Green+Blue) = 87+20+69=176 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.43% from 176); Green value is 20 (8.20% from 255 or 11.36% from 176); Blue value is 69 (27.34% from 255 or 39.20% from 176); Max value from RGB is 87 - color contains mainly: red. Hex color #571445 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571445 is #A8EBBA. Grayscale: #2D2D2D. Windows color (decimal): -11070395 or 4527191. OLE color: 4527191.

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

Color convert

RGB 87 20 69 -
CMYK 0 0.77 0.21 0.66
HSL 316.12º 0.63% 0.21% -
HSV(B) 316.12º 0.77% 0.34% -
XYZ 5.25 2.96 5.92 -
YUV 45.62 141.2 157.52 -
System Red Green Blue C M Y K H S L
Decimal 87 20 69 0 0.77 0.21 0.66 316.12 0.63 0.21
Hex 57 14 45 0 4D 15 42 13C 3F 15
Octal 127 24 105 0 115 25 102 474 77 25
Binary 1010111 10100 1000101 0 1001101 10101 1000010 100111100 111111 10101

Color Harmonies of #571445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571445

Black with #571445

Text Example


Text Example

White with #571445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571445; }

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

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

background-color css

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

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

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

border-color css

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

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

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