Html Css Color HEX #571246 Tyrian Purple

📋 copy color: '#571246'

red 87 ◦ green 18 ◦ blue 70

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

Shades of Tyrian Purple #571246

Tints of Tyrian Purple #571246

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 40%

R = 49.71%
G = 10.29%
B = 40%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.20

 K value IS 0.66

RGB Variations

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

Color information

#571246 (or 0x571246) is known color: Tyrian Purple. HEX triplet: 57, 12 and 46. RGB value is (87,18,70). Sum of RGB (Red+Green+Blue) = 87+18+70=175 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.71% from 175); Green value is 18 (7.42% from 255 or 10.29% from 175); Blue value is 70 (27.73% from 255 or 40% from 175); Max value from RGB is 87 - color contains mainly: red. Hex color #571246 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571246 is #A8EDB9. Grayscale: #2C2C2C. Windows color (decimal): -11070906 or 4592215. OLE color: 4592215.

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

Color convert

RGB 87 18 70 -
CMYK 0 0.79 0.20 0.66
HSL 314.78º 0.66% 0.21% -
HSV(B) 314.78º 0.79% 0.34% -
XYZ 5.25 2.9 6.08 -
YUV 44.56 142.36 158.27 -
System Red Green Blue C M Y K H S L
Decimal 87 18 70 0 0.79 0.20 0.66 314.78 0.66 0.21
Hex 57 12 46 0 4F 14 42 13B 42 15
Octal 127 22 106 0 117 24 102 473 102 25
Binary 1010111 10010 1000110 0 1001111 10100 1000010 100111011 1000010 10101

Color Harmonies of #571246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571246

Black with #571246

Text Example


Text Example

White with #571246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571246; }

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

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

background-color css

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

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

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

border-color css

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

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

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