Html Css Color HEX #560448 Tyrian Purple

📋 copy color: '#560448'

red 86 ◦ green 4 ◦ blue 72

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

Shades of Tyrian Purple #560448

Tints of Tyrian Purple #560448

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.47%

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

R = 53.09%
G = 2.47%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.16

 K value IS 0.66

RGB Variations

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

Color information

#560448 (or 0x560448) is known color: Tyrian Purple. HEX triplet: 56, 04 and 48. RGB value is (86,4,72). Sum of RGB (Red+Green+Blue) = 86+4+72=162 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.09% from 162); Green value is 4 (1.95% from 255 or 2.47% from 162); Blue value is 72 (28.52% from 255 or 44.44% from 162); Max value from RGB is 86 - color contains mainly: red. Hex color #560448 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560448 is #A9FBB7. Grayscale: #242424. Windows color (decimal): -11140024 or 4719702. OLE color: 4719702.

HSL color Cylindrical-coordinate representation of color #560448: hue angle of 310.24º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #560448 is Cyan = 0, Magento = 0.95, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 4 72 -
CMYK 0 0.95 0.16 0.66
HSL 310.24º 0.91% 0.18% -
HSV(B) 310.24º 0.95% 0.34% -
XYZ 5.05 2.53 6.35 -
YUV 36.27 148.17 163.47 -
System Red Green Blue C M Y K H S L
Decimal 86 4 72 0 0.95 0.16 0.66 310.24 0.91 0.18
Hex 56 4 48 0 5F 10 42 136 5B 12
Octal 126 4 110 0 137 20 102 466 133 22
Binary 1010110 100 1001000 0 1011111 10000 1000010 100110110 1011011 10010

Color Harmonies of #560448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560448

Black with #560448

Text Example


Text Example

White with #560448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560448; }

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

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

background-color css

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

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

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

border-color css

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

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

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