Html Css Color HEX #571036 Tyrian Purple

📋 copy color: '#571036'

red 87 ◦ green 16 ◦ blue 54

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

Shades of Tyrian Purple #571036

Tints of Tyrian Purple #571036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 34.39%

R = 55.41%
G = 10.19%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.38

 K value IS 0.66

RGB Variations

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

Color information

#571036 (or 0x571036) is known color: Tyrian Purple. HEX triplet: 57, 10 and 36. RGB value is (87,16,54). Sum of RGB (Red+Green+Blue) = 87+16+54=157 (20% of max value = 765). Red value is 87 (34.38% from 255 or 55.41% from 157); Green value is 16 (6.64% from 255 or 10.19% from 157); Blue value is 54 (21.48% from 255 or 34.39% from 157); Max value from RGB is 87 - color contains mainly: red. Hex color #571036 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571036 is #A8EFC9. Grayscale: #292929. Windows color (decimal): -11071434 or 3543127. OLE color: 3543127.

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

Color convert

RGB 87 16 54 -
CMYK 0 0.82 0.38 0.66
HSL 327.89º 0.69% 0.2% -
HSV(B) 327.89º 0.82% 0.34% -
XYZ 4.78 2.66 3.75 -
YUV 41.56 135.02 160.41 -
System Red Green Blue C M Y K H S L
Decimal 87 16 54 0 0.82 0.38 0.66 327.89 0.69 0.2
Hex 57 10 36 0 52 26 42 148 45 14
Octal 127 20 66 0 122 46 102 510 105 24
Binary 1010111 10000 110110 0 1010010 100110 1000010 101001000 1000101 10100

Color Harmonies of #571036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571036

Black with #571036

Text Example


Text Example

White with #571036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571036; }

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

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

background-color css

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

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

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

border-color css

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

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

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