Html Css Color HEX #560224 Tyrian Purple

📋 copy color: '#560224'

red 86 ◦ green 2 ◦ blue 36

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

Shades of Tyrian Purple #560224

Tints of Tyrian Purple #560224

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.61%

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

R = 69.35%
G = 1.61%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.66

RGB Variations

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

Color information

#560224 (or 0x560224) is known color: Tyrian Purple. HEX triplet: 56, 02 and 24. RGB value is (86,2,36). Sum of RGB (Red+Green+Blue) = 86+2+36=124 (16% of max value = 765). Red value is 86 (33.98% from 255 or 69.35% from 124); Green value is 2 (1.17% from 255 or 1.61% from 124); Blue value is 36 (14.45% from 255 or 29.03% from 124); Max value from RGB is 86 - color contains mainly: red. Hex color #560224 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560224 is #A9FDDB. Grayscale: #1E1E1E. Windows color (decimal): -11140572 or 2359894. OLE color: 2359894.

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

Color convert

RGB 86 2 36 -
CMYK 0 0.98 0.58 0.66
HSL 335.71º 0.95% 0.17% -
HSV(B) 335.71º 0.98% 0.34% -
XYZ 4.18 2.15 1.86 -
YUV 30.99 130.83 167.24 -
System Red Green Blue C M Y K H S L
Decimal 86 2 36 0 0.98 0.58 0.66 335.71 0.95 0.17
Hex 56 2 24 0 62 3A 42 150 5F 11
Octal 126 2 44 0 142 72 102 520 137 21
Binary 1010110 10 100100 0 1100010 111010 1000010 101010000 1011111 10001

Color Harmonies of #560224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560224

Black with #560224

Text Example


Text Example

White with #560224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560224; }

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

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

background-color css

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

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

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

border-color css

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

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

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