Html Css Color HEX #561441 Tyrian Purple

📋 copy color: '#561441'

red 86 ◦ green 20 ◦ blue 65

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

Shades of Tyrian Purple #561441

Tints of Tyrian Purple #561441

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.7%

 BLUE value IS 65 (25.78% from 255) = 38.01%

R = 50.29%
G = 11.7%
B = 38.01%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.24

 K value IS 0.66

RGB Variations

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

Color information

#561441 (or 0x561441) is known color: Tyrian Purple. HEX triplet: 56, 14 and 41. RGB value is (86,20,65). Sum of RGB (Red+Green+Blue) = 86+20+65=171 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.29% from 171); Green value is 20 (8.20% from 255 or 11.70% from 171); Blue value is 65 (25.78% from 255 or 38.01% from 171); Max value from RGB is 86 - color contains mainly: red. Hex color #561441 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561441 is #A9EBBE. Grayscale: #2C2C2C. Windows color (decimal): -11135935 or 4265046. OLE color: 4265046.

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

Color convert

RGB 86 20 65 -
CMYK 0 0.77 0.24 0.66
HSL 319.09º 0.62% 0.21% -
HSV(B) 319.09º 0.77% 0.34% -
XYZ 5.04 2.86 5.29 -
YUV 44.86 139.37 157.34 -
System Red Green Blue C M Y K H S L
Decimal 86 20 65 0 0.77 0.24 0.66 319.09 0.62 0.21
Hex 56 14 41 0 4D 18 42 13F 3E 15
Octal 126 24 101 0 115 30 102 477 76 25
Binary 1010110 10100 1000001 0 1001101 11000 1000010 100111111 111110 10101

Color Harmonies of #561441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561441

Black with #561441

Text Example


Text Example

White with #561441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561441; }

 p { color: rgb(86,20,65); }

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

background-color css

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

 a { background-color: rgb(86,20,65); }

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

border-color css

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

 span { border-color: rgb(86,20,65); }

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