Html Css Color HEX #513A4A Purple Taupe

📋 copy color: '#513A4A'

red 81 ◦ green 58 ◦ blue 74

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

Shades of Purple Taupe #513A4A

Tints of Purple Taupe #513A4A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 27.23%

 BLUE value IS 74 (29.3% from 255) = 34.74%

R = 38.03%
G = 27.23%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.09

 K value IS 0.68

RGB Variations

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

Color information

#513A4A (or 0x513A4A) is known color: Purple Taupe. HEX triplet: 51, 3A and 4A. RGB value is (81,58,74). Sum of RGB (Red+Green+Blue) = 81+58+74=213 (28% of max value = 765). Red value is 81 (32.03% from 255 or 38.03% from 213); Green value is 58 (23.05% from 255 or 27.23% from 213); Blue value is 74 (29.30% from 255 or 34.74% from 213); Max value from RGB is 81 - color contains mainly: red. Hex color #513A4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #513A4A is #AEC5B5. Grayscale: #424242. Windows color (decimal): -11453878 or 4864593. OLE color: 4864593.

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

Color convert

RGB 81 58 74 -
CMYK 0 0.28 0.09 0.68
HSL 318.26º 0.17% 0.27% -
HSV(B) 318.26º 0.28% 0.32% -
XYZ 6.14 5.27 7.17 -
YUV 66.7 132.12 138.2 -
System Red Green Blue C M Y K H S L
Decimal 81 58 74 0 0.28 0.09 0.68 318.26 0.17 0.27
Hex 51 3A 4A 0 1C 9 44 13E 11 1B
Octal 121 72 112 0 34 11 104 476 21 33
Binary 1010001 111010 1001010 0 11100 1001 1000100 100111110 10001 11011

Color Harmonies of #513A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513A4A

Black with #513A4A

Text Example


Text Example

White with #513A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,58,74); }

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

background-color css

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

 a { background-color: rgb(81,58,74); }

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

border-color css

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

 span { border-color: rgb(81,58,74); }

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