Html Css Color HEX #560054 Tyrian Purple

📋 copy color: '#560054'

red 86 ◦ green 0 ◦ blue 84

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

Shades of Tyrian Purple #560054

Tints of Tyrian Purple #560054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 49.41%

R = 50.59%
G = 0%
B = 49.41%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.02

 K value IS 0.66

RGB Variations

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

Color information

#560054 (or 0x560054) is known color: Tyrian Purple. HEX triplet: 56, 00 and 54. RGB value is (86,0,84). Sum of RGB (Red+Green+Blue) = 86+0+84=170 (22% of max value = 765). Red value is 86 (33.98% from 255 or 50.59% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 84 (33.20% from 255 or 49.41% from 170); Max value from RGB is 86 - color contains mainly: red. Hex color #560054 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560054 is #A9FFAB. Grayscale: #232323. Windows color (decimal): -11141036 or 5505110. OLE color: 5505110.

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

Color convert

RGB 86 0 84 -
CMYK 0 1 0.02 0.66
HSL 301.4º 1% 0.17% -
HSV(B) 301.4º 1% 0.34% -
XYZ 5.44 2.62 8.61 -
YUV 35.29 155.49 164.17 -
System Red Green Blue C M Y K H S L
Decimal 86 0 84 0 1 0.02 0.66 301.4 1 0.17
Hex 56 0 54 0 64 2 42 12D 64 11
Octal 126 0 124 0 144 2 102 455 144 21
Binary 1010110 0 1010100 0 1100100 10 1000010 100101101 1100100 10001

Color Harmonies of #560054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560054

Black with #560054

Text Example


Text Example

White with #560054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560054; }

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

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

background-color css

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

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

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

border-color css

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

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

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