Html Css Color HEX #513C4E Purple Taupe

📋 copy color: '#513C4E'

red 81 ◦ green 60 ◦ blue 78

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

Shades of Purple Taupe #513C4E

Tints of Purple Taupe #513C4E

RGB

 RED value IS 81 (32.03% from 255) = 36.99%

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

 BLUE value IS 78 (30.86% from 255) = 35.62%

R = 36.99%
G = 27.4%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.04

 K value IS 0.68

RGB Variations

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

Color information

#513C4E (or 0x513C4E) is known color: Purple Taupe. HEX triplet: 51, 3C and 4E. RGB value is (81,60,78). Sum of RGB (Red+Green+Blue) = 81+60+78=219 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.99% from 219); Green value is 60 (23.83% from 255 or 27.40% from 219); Blue value is 78 (30.86% from 255 or 35.62% from 219); Max value from RGB is 81 - color contains mainly: red. Hex color #513C4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #513C4E is #AEC3B1. Grayscale: #444444. Windows color (decimal): -11453362 or 5127249. OLE color: 5127249.

HSL color Cylindrical-coordinate representation of color #513C4E: hue angle of 308.57º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #513C4E is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 60 78 -
CMYK 0 0.26 0.04 0.68
HSL 308.57º 0.15% 0.28% -
HSV(B) 308.57º 0.26% 0.32% -
XYZ 6.38 5.53 7.94 -
YUV 68.33 133.46 137.04 -
System Red Green Blue C M Y K H S L
Decimal 81 60 78 0 0.26 0.04 0.68 308.57 0.15 0.28
Hex 51 3C 4E 0 1A 4 44 135 F 1C
Octal 121 74 116 0 32 4 104 465 17 34
Binary 1010001 111100 1001110 0 11010 100 1000100 100110101 1111 11100

Color Harmonies of #513C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513C4E

Black with #513C4E

Text Example


Text Example

White with #513C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513C4E; }

 p { color: rgb(81,60,78); }

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

background-color css

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

 a { background-color: rgb(81,60,78); }

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

border-color css

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

 span { border-color: rgb(81,60,78); }

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