Html Css Color HEX #560349 Tyrian Purple

📋 copy color: '#560349'

red 86 ◦ green 3 ◦ blue 73

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

Shades of Tyrian Purple #560349

Tints of Tyrian Purple #560349

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.85%

 BLUE value IS 73 (28.91% from 255) = 45.06%

R = 53.09%
G = 1.85%
B = 45.06%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.15

 K value IS 0.66

RGB Variations

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

Color information

#560349 (or 0x560349) is known color: Tyrian Purple. HEX triplet: 56, 03 and 49. RGB value is (86,3,73). Sum of RGB (Red+Green+Blue) = 86+3+73=162 (21% of max value = 765). Red value is 86 (33.98% from 255 or 53.09% from 162); Green value is 3 (1.56% from 255 or 1.85% from 162); Blue value is 73 (28.91% from 255 or 45.06% from 162); Max value from RGB is 86 - color contains mainly: red. Hex color #560349 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560349 is #A9FCB6. Grayscale: #232323. Windows color (decimal): -11140279 or 4784982. OLE color: 4784982.

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

Color convert

RGB 86 3 73 -
CMYK 0 0.97 0.15 0.66
HSL 309.4º 0.93% 0.17% -
HSV(B) 309.4º 0.97% 0.34% -
XYZ 5.07 2.52 6.52 -
YUV 35.8 149 163.81 -
System Red Green Blue C M Y K H S L
Decimal 86 3 73 0 0.97 0.15 0.66 309.4 0.93 0.17
Hex 56 3 49 0 61 F 42 135 5D 11
Octal 126 3 111 0 141 17 102 465 135 21
Binary 1010110 11 1001001 0 1100001 1111 1000010 100110101 1011101 10001

Color Harmonies of #560349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560349

Black with #560349

Text Example


Text Example

White with #560349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560349; }

 p { color: rgb(86,3,73); }

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

background-color css

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

 a { background-color: rgb(86,3,73); }

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

border-color css

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

 span { border-color: rgb(86,3,73); }

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