Html Css Color HEX #563C4F Purple Taupe

📋 copy color: '#563C4F'

red 86 ◦ green 60 ◦ blue 79

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

Shades of Purple Taupe #563C4F

Tints of Purple Taupe #563C4F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 26.67%

 BLUE value IS 79 (31.25% from 255) = 35.11%

R = 38.22%
G = 26.67%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.08

 K value IS 0.66

RGB Variations

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

Color information

#563C4F (or 0x563C4F) is known color: Purple Taupe. HEX triplet: 56, 3C and 4F. RGB value is (86,60,79). Sum of RGB (Red+Green+Blue) = 86+60+79=225 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.22% from 225); Green value is 60 (23.83% from 255 or 26.67% from 225); Blue value is 79 (31.25% from 255 or 35.11% from 225); Max value from RGB is 86 - color contains mainly: red. Hex color #563C4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #563C4F is #A9C3B0. Grayscale: #454545. Windows color (decimal): -11125681 or 5192790. OLE color: 5192790.

HSL color Cylindrical-coordinate representation of color #563C4F: hue angle of 316.15º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #563C4F is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 60 79 -
CMYK 0 0.30 0.08 0.66
HSL 316.15º 0.18% 0.29% -
HSV(B) 316.15º 0.3% 0.34% -
XYZ 6.86 5.77 8.15 -
YUV 69.94 133.11 139.46 -
System Red Green Blue C M Y K H S L
Decimal 86 60 79 0 0.30 0.08 0.66 316.15 0.18 0.29
Hex 56 3C 4F 0 1E 8 42 13C 12 1D
Octal 126 74 117 0 36 10 102 474 22 35
Binary 1010110 111100 1001111 0 11110 1000 1000010 100111100 10010 11101

Color Harmonies of #563C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #563C4F

Black with #563C4F

Text Example


Text Example

White with #563C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #563C4F; }

 p { color: rgb(86,60,79); }

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

background-color css

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

 a { background-color: rgb(86,60,79); }

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

border-color css

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

 span { border-color: rgb(86,60,79); }

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