Html Css Color HEX #560050 Tyrian Purple

📋 copy color: '#560050'

red 86 ◦ green 0 ◦ blue 80

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

Shades of Tyrian Purple #560050

Tints of Tyrian Purple #560050

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 80 (31.64% from 255) = 48.19%

R = 51.81%
G = 0%
B = 48.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#560050 (or 0x560050) is known color: Tyrian Purple. HEX triplet: 56, 00 and 50. RGB value is (86,0,80). Sum of RGB (Red+Green+Blue) = 86+0+80=166 (21% of max value = 765). Red value is 86 (33.98% from 255 or 51.81% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 80 (31.64% from 255 or 48.19% from 166); Max value from RGB is 86 - color contains mainly: red. Hex color #560050 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560050 is #A9FFAF. Grayscale: #222222. Windows color (decimal): -11141040 or 5242966. OLE color: 5242966.

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

Color convert

RGB 86 0 80 -
CMYK 0 1 0.07 0.66
HSL 304.19º 1% 0.17% -
HSV(B) 304.19º 1% 0.34% -
XYZ 5.29 2.56 7.8 -
YUV 34.83 153.49 164.5 -
System Red Green Blue C M Y K H S L
Decimal 86 0 80 0 1 0.07 0.66 304.19 1 0.17
Hex 56 0 50 0 64 7 42 130 64 11
Octal 126 0 120 0 144 7 102 460 144 21
Binary 1010110 0 1010000 0 1100100 111 1000010 100110000 1100100 10001

Color Harmonies of #560050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560050

Black with #560050

Text Example


Text Example

White with #560050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560050; }

 p { color: rgb(86,0,80); }

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

background-color css

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

 a { background-color: rgb(86,0,80); }

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

border-color css

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

 span { border-color: rgb(86,0,80); }

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