Html Css Color HEX #561246 Tyrian Purple

📋 copy color: '#561246'

red 86 ◦ green 18 ◦ blue 70

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

Shades of Tyrian Purple #561246

Tints of Tyrian Purple #561246

RGB

 RED value IS 86 (33.98% from 255) = 49.43%

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

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

R = 49.43%
G = 10.34%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.19

 K value IS 0.66

RGB Variations

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

Color information

#561246 (or 0x561246) is known color: Tyrian Purple. HEX triplet: 56, 12 and 46. RGB value is (86,18,70). Sum of RGB (Red+Green+Blue) = 86+18+70=174 (23% of max value = 765). Red value is 86 (33.98% from 255 or 49.43% from 174); Green value is 18 (7.42% from 255 or 10.34% from 174); Blue value is 70 (27.73% from 255 or 40.23% from 174); Max value from RGB is 86 - color contains mainly: red. Hex color #561246 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561246 is #A9EDB9. Grayscale: #2C2C2C. Windows color (decimal): -11136442 or 4592214. OLE color: 4592214.

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

Color convert

RGB 86 18 70 -
CMYK 0 0.79 0.19 0.66
HSL 314.12º 0.65% 0.2% -
HSV(B) 314.12º 0.79% 0.34% -
XYZ 5.16 2.85 6.07 -
YUV 44.26 142.53 157.77 -
System Red Green Blue C M Y K H S L
Decimal 86 18 70 0 0.79 0.19 0.66 314.12 0.65 0.2
Hex 56 12 46 0 4F 13 42 13A 41 14
Octal 126 22 106 0 117 23 102 472 101 24
Binary 1010110 10010 1000110 0 1001111 10011 1000010 100111010 1000001 10100

Color Harmonies of #561246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561246

Black with #561246

Text Example


Text Example

White with #561246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561246; }

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

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

background-color css

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

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

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

border-color css

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

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

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