Html Css Color HEX #560048 Tyrian Purple

📋 copy color: '#560048'

red 86 ◦ green 0 ◦ blue 72

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

Shades of Tyrian Purple #560048

Tints of Tyrian Purple #560048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 45.57%

R = 54.43%
G = 0%
B = 45.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.16

 K value IS 0.66

RGB Variations

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

Color information

#560048 (or 0x560048) is known color: Tyrian Purple. HEX triplet: 56, 00 and 48. RGB value is (86,0,72). Sum of RGB (Red+Green+Blue) = 86+0+72=158 (20% of max value = 765). Red value is 86 (33.98% from 255 or 54.43% from 158); Green value is 0 (0.39% from 255 or 0% from 158); Blue value is 72 (28.52% from 255 or 45.57% from 158); Max value from RGB is 86 - color contains mainly: red. Hex color #560048 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560048 is #A9FFB7. Grayscale: #212121. Windows color (decimal): -11141048 or 4718678. OLE color: 4718678.

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

Color convert

RGB 86 0 72 -
CMYK 0 1 0.16 0.66
HSL 309.77º 1% 0.17% -
HSV(B) 309.77º 1% 0.34% -
XYZ 5.01 2.45 6.34 -
YUV 33.92 149.49 165.15 -
System Red Green Blue C M Y K H S L
Decimal 86 0 72 0 1 0.16 0.66 309.77 1 0.17
Hex 56 0 48 0 64 10 42 136 64 11
Octal 126 0 110 0 144 20 102 466 144 21
Binary 1010110 0 1001000 0 1100100 10000 1000010 100110110 1100100 10001

Color Harmonies of #560048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560048

Black with #560048

Text Example


Text Example

White with #560048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560048; }

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

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

background-color css

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

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

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

border-color css

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

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

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