Html Css Color HEX #560337 Tyrian Purple

📋 copy color: '#560337'

red 86 ◦ green 3 ◦ blue 55

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

Shades of Tyrian Purple #560337

Tints of Tyrian Purple #560337

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.08%

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

R = 59.72%
G = 2.08%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.36

 K value IS 0.66

RGB Variations

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

Color information

#560337 (or 0x560337) is known color: Tyrian Purple. HEX triplet: 56, 03 and 37. RGB value is (86,3,55). Sum of RGB (Red+Green+Blue) = 86+3+55=144 (19% of max value = 765). Red value is 86 (33.98% from 255 or 59.72% from 144); Green value is 3 (1.56% from 255 or 2.08% from 144); Blue value is 55 (21.88% from 255 or 38.19% from 144); Max value from RGB is 86 - color contains mainly: red. Hex color #560337 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560337 is #A9FCC8. Grayscale: #212121. Windows color (decimal): -11140297 or 3605334. OLE color: 3605334.

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

Color convert

RGB 86 3 55 -
CMYK 0 0.97 0.36 0.66
HSL 322.41º 0.93% 0.17% -
HSV(B) 322.41º 0.97% 0.34% -
XYZ 4.56 2.32 3.82 -
YUV 33.75 140 165.27 -
System Red Green Blue C M Y K H S L
Decimal 86 3 55 0 0.97 0.36 0.66 322.41 0.93 0.17
Hex 56 3 37 0 61 24 42 142 5D 11
Octal 126 3 67 0 141 44 102 502 135 21
Binary 1010110 11 110111 0 1100001 100100 1000010 101000010 1011101 10001

Color Harmonies of #560337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560337

Black with #560337

Text Example


Text Example

White with #560337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560337; }

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

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

background-color css

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

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

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

border-color css

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

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

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