Html Css Color HEX #560537 Tyrian Purple

📋 copy color: '#560537'

red 86 ◦ green 5 ◦ blue 55

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

Shades of Tyrian Purple #560537

Tints of Tyrian Purple #560537

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.42%

 BLUE value IS 55 (21.88% from 255) = 37.67%

R = 58.9%
G = 3.42%
B = 37.67%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.36

 K value IS 0.66

RGB Variations

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

Color information

#560537 (or 0x560537) is known color: Tyrian Purple. HEX triplet: 56, 05 and 37. RGB value is (86,5,55). Sum of RGB (Red+Green+Blue) = 86+5+55=146 (19% of max value = 765). Red value is 86 (33.98% from 255 or 58.90% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 55 (21.88% from 255 or 37.67% from 146); Max value from RGB is 86 - color contains mainly: red. Hex color #560537 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560537 is #A9FAC8. Grayscale: #222222. Windows color (decimal): -11139785 or 3605846. OLE color: 3605846.

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

Color convert

RGB 86 5 55 -
CMYK 0 0.94 0.36 0.66
HSL 322.96º 0.89% 0.18% -
HSV(B) 322.96º 0.94% 0.34% -
XYZ 4.58 2.36 3.83 -
YUV 34.92 139.34 164.43 -
System Red Green Blue C M Y K H S L
Decimal 86 5 55 0 0.94 0.36 0.66 322.96 0.89 0.18
Hex 56 5 37 0 5E 24 42 143 59 12
Octal 126 5 67 0 136 44 102 503 131 22
Binary 1010110 101 110111 0 1011110 100100 1000010 101000011 1011001 10010

Color Harmonies of #560537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560537

Black with #560537

Text Example


Text Example

White with #560537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560537; }

 p { color: rgb(86,5,55); }

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

background-color css

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

 a { background-color: rgb(86,5,55); }

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

border-color css

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

 span { border-color: rgb(86,5,55); }

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