Html Css Color HEX #571542 Tyrian Purple

📋 copy color: '#571542'

red 87 ◦ green 21 ◦ blue 66

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

Shades of Tyrian Purple #571542

Tints of Tyrian Purple #571542

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.07%

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

R = 50%
G = 12.07%
B = 37.93%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.24

 K value IS 0.66

RGB Variations

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

Color information

#571542 (or 0x571542) is known color: Tyrian Purple. HEX triplet: 57, 15 and 42. RGB value is (87,21,66). Sum of RGB (Red+Green+Blue) = 87+21+66=174 (23% of max value = 765). Red value is 87 (34.38% from 255 or 50% from 174); Green value is 21 (8.59% from 255 or 12.07% from 174); Blue value is 66 (26.17% from 255 or 37.93% from 174); Max value from RGB is 87 - color contains mainly: red. Hex color #571542 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571542 is #A8EABD. Grayscale: #2D2D2D. Windows color (decimal): -11070142 or 4330839. OLE color: 4330839.

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

Color convert

RGB 87 21 66 -
CMYK 0 0.76 0.24 0.66
HSL 319.09º 0.61% 0.21% -
HSV(B) 319.09º 0.76% 0.34% -
XYZ 5.18 2.96 5.45 -
YUV 45.86 139.37 157.34 -
System Red Green Blue C M Y K H S L
Decimal 87 21 66 0 0.76 0.24 0.66 319.09 0.61 0.21
Hex 57 15 42 0 4C 18 42 13F 3D 15
Octal 127 25 102 0 114 30 102 477 75 25
Binary 1010111 10101 1000010 0 1001100 11000 1000010 100111111 111101 10101

Color Harmonies of #571542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571542

Black with #571542

Text Example


Text Example

White with #571542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571542; }

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

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

background-color css

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

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

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

border-color css

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

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

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