Html Css Color HEX #560139 Tyrian Purple

📋 copy color: '#560139'

red 86 ◦ green 1 ◦ blue 57

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

Shades of Tyrian Purple #560139

Tints of Tyrian Purple #560139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 39.58%

R = 59.72%
G = 0.69%
B = 39.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.66

RGB Variations

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

Color information

#560139 (or 0x560139) is known color: Tyrian Purple. HEX triplet: 56, 01 and 39. RGB value is (86,1,57). Sum of RGB (Red+Green+Blue) = 86+1+57=144 (19% of max value = 765). Red value is 86 (33.98% from 255 or 59.72% from 144); Green value is 1 (0.78% from 255 or 0.69% from 144); Blue value is 57 (22.66% from 255 or 39.58% from 144); Max value from RGB is 86 - color contains mainly: red. Hex color #560139 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560139 is #A9FEC6. Grayscale: #202020. Windows color (decimal): -11140807 or 3735894. OLE color: 3735894.

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

Color convert

RGB 86 1 57 -
CMYK 0 0.99 0.34 0.66
HSL 320.47º 0.98% 0.17% -
HSV(B) 320.47º 0.99% 0.34% -
XYZ 4.59 2.3 4.07 -
YUV 32.8 141.66 165.95 -
System Red Green Blue C M Y K H S L
Decimal 86 1 57 0 0.99 0.34 0.66 320.47 0.98 0.17
Hex 56 1 39 0 63 22 42 140 62 11
Octal 126 1 71 0 143 42 102 500 142 21
Binary 1010110 1 111001 0 1100011 100010 1000010 101000000 1100010 10001

Color Harmonies of #560139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560139

Black with #560139

Text Example


Text Example

White with #560139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560139; }

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

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

background-color css

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

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

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

border-color css

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

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

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