Html Css Color HEX #560631 Tyrian Purple

📋 copy color: '#560631'

red 86 ◦ green 6 ◦ blue 49

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

Shades of Tyrian Purple #560631

Tints of Tyrian Purple #560631

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.26%

 BLUE value IS 49 (19.53% from 255) = 34.75%

R = 60.99%
G = 4.26%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.43

 K value IS 0.66

RGB Variations

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

Color information

#560631 (or 0x560631) is known color: Tyrian Purple. HEX triplet: 56, 06 and 31. RGB value is (86,6,49). Sum of RGB (Red+Green+Blue) = 86+6+49=141 (18% of max value = 765). Red value is 86 (33.98% from 255 or 60.99% from 141); Green value is 6 (2.73% from 255 or 4.26% from 141); Blue value is 49 (19.53% from 255 or 34.75% from 141); Max value from RGB is 86 - color contains mainly: red. Hex color #560631 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #560631 is #A9F9CE. Grayscale: #222222. Windows color (decimal): -11139535 or 3212886. OLE color: 3212886.

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

Color convert

RGB 86 6 49 -
CMYK 0 0.93 0.43 0.66
HSL 327.75º 0.87% 0.18% -
HSV(B) 327.75º 0.93% 0.34% -
XYZ 4.46 2.33 3.12 -
YUV 34.82 136 164.5 -
System Red Green Blue C M Y K H S L
Decimal 86 6 49 0 0.93 0.43 0.66 327.75 0.87 0.18
Hex 56 6 31 0 5D 2B 42 148 57 12
Octal 126 6 61 0 135 53 102 510 127 22
Binary 1010110 110 110001 0 1011101 101011 1000010 101001000 1010111 10010

Color Harmonies of #560631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #560631

Black with #560631

Text Example


Text Example

White with #560631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #560631; }

 p { color: rgb(86,6,49); }

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

background-color css

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

 a { background-color: rgb(86,6,49); }

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

border-color css

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

 span { border-color: rgb(86,6,49); }

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