Html Css Color HEX #560124 Tyrian Purple

📋 copy color: '#560124'

red 86 ◦ green 1 ◦ blue 36

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

Shades of Tyrian Purple #560124

Tints of Tyrian Purple #560124

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.81%

 BLUE value IS 36 (14.45% from 255) = 29.27%

R = 69.92%
G = 0.81%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.58

 K value IS 0.66

RGB Variations

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

Color information

#560124 (or 0x560124) is known color: Tyrian Purple. HEX triplet: 56, 01 and 24. RGB value is (86,1,36). Sum of RGB (Red+Green+Blue) = 86+1+36=123 (16% of max value = 765). Red value is 86 (33.98% from 255 or 69.92% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 36 (14.45% from 255 or 29.27% from 123); Max value from RGB is 86 - color contains mainly: red. Hex color #560124 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560124 is #A9FEDB. Grayscale: #1E1E1E. Windows color (decimal): -11140828 or 2359638. OLE color: 2359638.

HSL color Cylindrical-coordinate representation of color #560124: hue angle of 335.29º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #560124 is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 1 36 -
CMYK 0 0.99 0.58 0.66
HSL 335.29º 0.98% 0.17% -
HSV(B) 335.29º 0.99% 0.34% -
XYZ 4.17 2.13 1.86 -
YUV 30.41 131.16 167.65 -
System Red Green Blue C M Y K H S L
Decimal 86 1 36 0 0.99 0.58 0.66 335.29 0.98 0.17
Hex 56 1 24 0 63 3A 42 14F 62 11
Octal 126 1 44 0 143 72 102 517 142 21
Binary 1010110 1 100100 0 1100011 111010 1000010 101001111 1100010 10001

Color Harmonies of #560124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560124

Black with #560124

Text Example


Text Example

White with #560124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560124; }

 p { color: rgb(86,1,36); }

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

background-color css

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

 a { background-color: rgb(86,1,36); }

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

border-color css

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

 span { border-color: rgb(86,1,36); }

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