Html Css Color HEX #561040 Tyrian Purple

📋 copy color: '#561040'

red 86 ◦ green 16 ◦ blue 64

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

Shades of Tyrian Purple #561040

Tints of Tyrian Purple #561040

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 38.55%

R = 51.81%
G = 9.64%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#561040 (or 0x561040) is known color: Tyrian Purple. HEX triplet: 56, 10 and 40. RGB value is (86,16,64). Sum of RGB (Red+Green+Blue) = 86+16+64=166 (21% of max value = 765). Red value is 86 (33.98% from 255 or 51.81% from 166); Green value is 16 (6.64% from 255 or 9.64% from 166); Blue value is 64 (25.39% from 255 or 38.55% from 166); Max value from RGB is 86 - color contains mainly: red. Hex color #561040 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561040 is #A9EFBF. Grayscale: #2A2A2A. Windows color (decimal): -11136960 or 4198486. OLE color: 4198486.

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

Color convert

RGB 86 16 64 -
CMYK 0 0.81 0.26 0.66
HSL 318.86º 0.69% 0.2% -
HSV(B) 318.86º 0.81% 0.34% -
XYZ 4.95 2.72 5.11 -
YUV 42.4 140.19 159.1 -
System Red Green Blue C M Y K H S L
Decimal 86 16 64 0 0.81 0.26 0.66 318.86 0.69 0.2
Hex 56 10 40 0 51 1A 42 13F 45 14
Octal 126 20 100 0 121 32 102 477 105 24
Binary 1010110 10000 1000000 0 1010001 11010 1000010 100111111 1000101 10100

Color Harmonies of #561040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561040

Black with #561040

Text Example


Text Example

White with #561040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561040; }

 p { color: rgb(86,16,64); }

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

background-color css

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

 a { background-color: rgb(86,16,64); }

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

border-color css

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

 span { border-color: rgb(86,16,64); }

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