Html Css Color HEX #560436 Tyrian Purple

📋 copy color: '#560436'

red 86 ◦ green 4 ◦ blue 54

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

Shades of Tyrian Purple #560436

Tints of Tyrian Purple #560436

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.78%

 BLUE value IS 54 (21.48% from 255) = 37.5%

R = 59.72%
G = 2.78%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.37

 K value IS 0.66

RGB Variations

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

Color information

#560436 (or 0x560436) is known color: Tyrian Purple. HEX triplet: 56, 04 and 36. RGB value is (86,4,54). Sum of RGB (Red+Green+Blue) = 86+4+54=144 (19% of max value = 765). Red value is 86 (33.98% from 255 or 59.72% from 144); Green value is 4 (1.95% from 255 or 2.78% from 144); Blue value is 54 (21.48% from 255 or 37.5% from 144); Max value from RGB is 86 - color contains mainly: red. Hex color #560436 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560436 is #A9FBC9. Grayscale: #222222. Windows color (decimal): -11140042 or 3540054. OLE color: 3540054.

HSL color Cylindrical-coordinate representation of color #560436: hue angle of 323.41º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #560436 is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 4 54 -
CMYK 0 0.95 0.37 0.66
HSL 323.41º 0.91% 0.18% -
HSV(B) 323.41º 0.95% 0.34% -
XYZ 4.55 2.33 3.7 -
YUV 34.22 139.17 164.93 -
System Red Green Blue C M Y K H S L
Decimal 86 4 54 0 0.95 0.37 0.66 323.41 0.91 0.18
Hex 56 4 36 0 5F 25 42 143 5B 12
Octal 126 4 66 0 137 45 102 503 133 22
Binary 1010110 100 110110 0 1011111 100101 1000010 101000011 1011011 10010

Color Harmonies of #560436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560436

Black with #560436

Text Example


Text Example

White with #560436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560436; }

 p { color: rgb(86,4,54); }

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

background-color css

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

 a { background-color: rgb(86,4,54); }

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

border-color css

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

 span { border-color: rgb(86,4,54); }

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