Html Css Color HEX #560137 Tyrian Purple

📋 copy color: '#560137'

red 86 ◦ green 1 ◦ blue 55

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

Shades of Tyrian Purple #560137

Tints of Tyrian Purple #560137

RGB

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

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

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

R = 60.56%
G = 0.7%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.36

 K value IS 0.66

RGB Variations

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

Color information

#560137 (or 0x560137) is known color: Tyrian Purple. HEX triplet: 56, 01 and 37. RGB value is (86,1,55). Sum of RGB (Red+Green+Blue) = 86+1+55=142 (18% of max value = 765). Red value is 86 (33.98% from 255 or 60.56% from 142); Green value is 1 (0.78% from 255 or 0.70% from 142); Blue value is 55 (21.88% from 255 or 38.73% from 142); Max value from RGB is 86 - color contains mainly: red. Hex color #560137 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560137 is #A9FEC8. Grayscale: #202020. Windows color (decimal): -11140809 or 3604822. OLE color: 3604822.

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

Color convert

RGB 86 1 55 -
CMYK 0 0.99 0.36 0.66
HSL 321.88º 0.98% 0.17% -
HSV(B) 321.88º 0.99% 0.34% -
XYZ 4.54 2.28 3.81 -
YUV 32.57 140.66 166.11 -
System Red Green Blue C M Y K H S L
Decimal 86 1 55 0 0.99 0.36 0.66 321.88 0.98 0.17
Hex 56 1 37 0 63 24 42 142 62 11
Octal 126 1 67 0 143 44 102 502 142 21
Binary 1010110 1 110111 0 1100011 100100 1000010 101000010 1100010 10001

Color Harmonies of #560137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560137

Black with #560137

Text Example


Text Example

White with #560137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560137; }

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

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

background-color css

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

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

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

border-color css

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

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

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