Html Css Color HEX #561342 Tyrian Purple

📋 copy color: '#561342'

red 86 ◦ green 19 ◦ blue 66

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

Shades of Tyrian Purple #561342

Tints of Tyrian Purple #561342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 38.6%

R = 50.29%
G = 11.11%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.23

 K value IS 0.66

RGB Variations

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

Color information

#561342 (or 0x561342) is known color: Tyrian Purple. HEX triplet: 56, 13 and 42. RGB value is (86,19,66). Sum of RGB (Red+Green+Blue) = 86+19+66=171 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.29% from 171); Green value is 19 (7.81% from 255 or 11.11% from 171); Blue value is 66 (26.17% from 255 or 38.60% from 171); Max value from RGB is 86 - color contains mainly: red. Hex color #561342 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #561342 is #A9ECBD. Grayscale: #2C2C2C. Windows color (decimal): -11136190 or 4330326. OLE color: 4330326.

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

Color convert

RGB 86 19 66 -
CMYK 0 0.78 0.23 0.66
HSL 317.91º 0.64% 0.21% -
HSV(B) 317.91º 0.78% 0.34% -
XYZ 5.05 2.84 5.44 -
YUV 44.39 140.2 157.68 -
System Red Green Blue C M Y K H S L
Decimal 86 19 66 0 0.78 0.23 0.66 317.91 0.64 0.21
Hex 56 13 42 0 4E 17 42 13E 40 15
Octal 126 23 102 0 116 27 102 476 100 25
Binary 1010110 10011 1000010 0 1001110 10111 1000010 100111110 1000000 10101

Color Harmonies of #561342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #561342

Black with #561342

Text Example


Text Example

White with #561342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #561342; }

 p { color: rgb(86,19,66); }

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

background-color css

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

 a { background-color: rgb(86,19,66); }

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

border-color css

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

 span { border-color: rgb(86,19,66); }

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