Html Css Color HEX #571346 Tyrian Purple

📋 copy color: '#571346'

red 87 ◦ green 19 ◦ blue 70

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

Shades of Tyrian Purple #571346

Tints of Tyrian Purple #571346

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.8%

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

R = 49.43%
G = 10.8%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.20

 K value IS 0.66

RGB Variations

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

Color information

#571346 (or 0x571346) is known color: Tyrian Purple. HEX triplet: 57, 13 and 46. RGB value is (87,19,70). Sum of RGB (Red+Green+Blue) = 87+19+70=176 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.43% from 176); Green value is 19 (7.81% from 255 or 10.80% from 176); Blue value is 70 (27.73% from 255 or 39.77% from 176); Max value from RGB is 87 - color contains mainly: red. Hex color #571346 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #571346 is #A8ECB9. Grayscale: #2D2D2D. Windows color (decimal): -11070650 or 4592471. OLE color: 4592471.

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

Color convert

RGB 87 19 70 -
CMYK 0 0.78 0.20 0.66
HSL 315º 0.64% 0.21% -
HSV(B) 315º 0.78% 0.34% -
XYZ 5.27 2.93 6.08 -
YUV 45.15 142.03 157.85 -
System Red Green Blue C M Y K H S L
Decimal 87 19 70 0 0.78 0.20 0.66 315 0.64 0.21
Hex 57 13 46 0 4E 14 42 13B 40 15
Octal 127 23 106 0 116 24 102 473 100 25
Binary 1010111 10011 1000110 0 1001110 10100 1000010 100111011 1000000 10101

Color Harmonies of #571346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571346

Black with #571346

Text Example


Text Example

White with #571346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571346; }

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

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

background-color css

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

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

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

border-color css

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

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

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