Html Css Color HEX #571041 Tyrian Purple

📋 copy color: '#571041'

red 87 ◦ green 16 ◦ blue 65

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

Shades of Tyrian Purple #571041

Tints of Tyrian Purple #571041

RGB

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

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

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

R = 51.79%
G = 9.52%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.25

 K value IS 0.66

RGB Variations

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

Color information

#571041 (or 0x571041) is known color: Tyrian Purple. HEX triplet: 57, 10 and 41. RGB value is (87,16,65). Sum of RGB (Red+Green+Blue) = 87+16+65=168 (22% of max value = 765). Red value is 87 (34.38% from 255 or 51.79% from 168); Green value is 16 (6.64% from 255 or 9.52% from 168); Blue value is 65 (25.78% from 255 or 38.69% from 168); Max value from RGB is 87 - color contains mainly: red. Hex color #571041 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571041 is #A8EFBE. Grayscale: #2A2A2A. Windows color (decimal): -11071423 or 4264023. OLE color: 4264023.

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

Color convert

RGB 87 16 65 -
CMYK 0 0.82 0.25 0.66
HSL 318.59º 0.69% 0.2% -
HSV(B) 318.59º 0.82% 0.34% -
XYZ 5.07 2.78 5.27 -
YUV 42.82 140.52 159.52 -
System Red Green Blue C M Y K H S L
Decimal 87 16 65 0 0.82 0.25 0.66 318.59 0.69 0.2
Hex 57 10 41 0 52 19 42 13F 45 14
Octal 127 20 101 0 122 31 102 477 105 24
Binary 1010111 10000 1000001 0 1010010 11001 1000010 100111111 1000101 10100

Color Harmonies of #571041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571041

Black with #571041

Text Example


Text Example

White with #571041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571041; }

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

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

background-color css

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

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

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

border-color css

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

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

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