Html Css Color HEX #560055 Tyrian Purple

📋 copy color: '#560055'

red 86 ◦ green 0 ◦ blue 85

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

Shades of Tyrian Purple #560055

Tints of Tyrian Purple #560055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 49.71%

R = 50.29%
G = 0%
B = 49.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.01

 K value IS 0.66

RGB Variations

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

Color information

#560055 (or 0x560055) is known color: Tyrian Purple. HEX triplet: 56, 00 and 55. RGB value is (86,0,85). Sum of RGB (Red+Green+Blue) = 86+0+85=171 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.29% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 85 (33.59% from 255 or 49.71% from 171); Max value from RGB is 86 - color contains mainly: red. Hex color #560055 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560055 is #A9FFAA. Grayscale: #232323. Windows color (decimal): -11141035 or 5570646. OLE color: 5570646.

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

Color convert

RGB 86 0 85 -
CMYK 0 1 0.01 0.66
HSL 300.7º 1% 0.17% -
HSV(B) 300.7º 1% 0.34% -
XYZ 5.48 2.63 8.81 -
YUV 35.4 155.99 164.09 -
System Red Green Blue C M Y K H S L
Decimal 86 0 85 0 1 0.01 0.66 300.7 1 0.17
Hex 56 0 55 0 64 1 42 12D 64 11
Octal 126 0 125 0 144 1 102 455 144 21
Binary 1010110 0 1010101 0 1100100 1 1000010 100101101 1100100 10001

Color Harmonies of #560055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560055

Black with #560055

Text Example


Text Example

White with #560055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560055; }

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

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

background-color css

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

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

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

border-color css

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

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

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