Html Css Color HEX #571442 Tyrian Purple

📋 copy color: '#571442'

red 87 ◦ green 20 ◦ blue 66

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

Shades of Tyrian Purple #571442

Tints of Tyrian Purple #571442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 38.15%

R = 50.29%
G = 11.56%
B = 38.15%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.24

 K value IS 0.66

RGB Variations

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

Color information

#571442 (or 0x571442) is known color: Tyrian Purple. HEX triplet: 57, 14 and 42. RGB value is (87,20,66). Sum of RGB (Red+Green+Blue) = 87+20+66=173 (22% of max value = 765). Red value is 87 (34.38% from 255 or 50.29% from 173); Green value is 20 (8.20% from 255 or 11.56% from 173); Blue value is 66 (26.17% from 255 or 38.15% from 173); Max value from RGB is 87 - color contains mainly: red. Hex color #571442 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571442 is #A8EBBD. Grayscale: #2D2D2D. Windows color (decimal): -11070398 or 4330583. OLE color: 4330583.

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

Color convert

RGB 87 20 66 -
CMYK 0 0.77 0.24 0.66
HSL 318.81º 0.63% 0.21% -
HSV(B) 318.81º 0.77% 0.34% -
XYZ 5.16 2.92 5.45 -
YUV 45.28 139.7 157.76 -
System Red Green Blue C M Y K H S L
Decimal 87 20 66 0 0.77 0.24 0.66 318.81 0.63 0.21
Hex 57 14 42 0 4D 18 42 13F 3F 15
Octal 127 24 102 0 115 30 102 477 77 25
Binary 1010111 10100 1000010 0 1001101 11000 1000010 100111111 111111 10101

Color Harmonies of #571442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571442

Black with #571442

Text Example


Text Example

White with #571442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571442; }

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

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

background-color css

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

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

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

border-color css

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

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

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