Html Css Color HEX #571239 Tyrian Purple

📋 copy color: '#571239'

red 87 ◦ green 18 ◦ blue 57

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

Shades of Tyrian Purple #571239

Tints of Tyrian Purple #571239

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.11%

 BLUE value IS 57 (22.66% from 255) = 35.19%

R = 53.7%
G = 11.11%
B = 35.19%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.34

 K value IS 0.66

RGB Variations

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

Color information

#571239 (or 0x571239) is known color: Tyrian Purple. HEX triplet: 57, 12 and 39. RGB value is (87,18,57). Sum of RGB (Red+Green+Blue) = 87+18+57=162 (21% of max value = 765). Red value is 87 (34.38% from 255 or 53.70% from 162); Green value is 18 (7.42% from 255 or 11.11% from 162); Blue value is 57 (22.66% from 255 or 35.19% from 162); Max value from RGB is 87 - color contains mainly: red. Hex color #571239 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571239 is #A8EDC6. Grayscale: #2A2A2A. Windows color (decimal): -11070919 or 3740247. OLE color: 3740247.

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

Color convert

RGB 87 18 57 -
CMYK 0 0.79 0.34 0.66
HSL 326.09º 0.66% 0.21% -
HSV(B) 326.09º 0.79% 0.34% -
XYZ 4.89 2.75 4.15 -
YUV 43.08 135.86 159.33 -
System Red Green Blue C M Y K H S L
Decimal 87 18 57 0 0.79 0.34 0.66 326.09 0.66 0.21
Hex 57 12 39 0 4F 22 42 146 42 15
Octal 127 22 71 0 117 42 102 506 102 25
Binary 1010111 10010 111001 0 1001111 100010 1000010 101000110 1000010 10101

Color Harmonies of #571239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571239

Black with #571239

Text Example


Text Example

White with #571239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571239; }

 p { color: rgb(87,18,57); }

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

background-color css

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

 a { background-color: rgb(87,18,57); }

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

border-color css

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

 span { border-color: rgb(87,18,57); }

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