Html Css Color HEX #571040 Tyrian Purple

📋 copy color: '#571040'

red 87 ◦ green 16 ◦ blue 64

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

Shades of Tyrian Purple #571040

Tints of Tyrian Purple #571040

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.58%

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

R = 52.1%
G = 9.58%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#571040 (or 0x571040) is known color: Tyrian Purple. HEX triplet: 57, 10 and 40. RGB value is (87,16,64). Sum of RGB (Red+Green+Blue) = 87+16+64=167 (22% of max value = 765). Red value is 87 (34.38% from 255 or 52.10% from 167); Green value is 16 (6.64% from 255 or 9.58% from 167); Blue value is 64 (25.39% from 255 or 38.32% from 167); Max value from RGB is 87 - color contains mainly: red. Hex color #571040 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571040 is #A8EFBF. Grayscale: #2A2A2A. Windows color (decimal): -11071424 or 4198487. OLE color: 4198487.

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

Color convert

RGB 87 16 64 -
CMYK 0 0.82 0.26 0.66
HSL 319.44º 0.69% 0.2% -
HSV(B) 319.44º 0.82% 0.34% -
XYZ 5.04 2.77 5.12 -
YUV 42.7 140.02 159.6 -
System Red Green Blue C M Y K H S L
Decimal 87 16 64 0 0.82 0.26 0.66 319.44 0.69 0.2
Hex 57 10 40 0 52 1A 42 13F 45 14
Octal 127 20 100 0 122 32 102 477 105 24
Binary 1010111 10000 1000000 0 1010010 11010 1000010 100111111 1000101 10100

Color Harmonies of #571040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571040

Black with #571040

Text Example


Text Example

White with #571040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571040; }

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

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

background-color css

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

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

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

border-color css

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

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

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