Html Css Color HEX #51414E Purple Taupe

📋 copy color: '#51414E'

red 81 ◦ green 65 ◦ blue 78

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

Shades of Purple Taupe #51414E

Tints of Purple Taupe #51414E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.02%

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

R = 36.16%
G = 29.02%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.04

 K value IS 0.68

RGB Variations

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

Color information

#51414E (or 0x51414E) is known color: Purple Taupe. HEX triplet: 51, 41 and 4E. RGB value is (81,65,78). Sum of RGB (Red+Green+Blue) = 81+65+78=224 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.16% from 224); Green value is 65 (25.78% from 255 or 29.02% from 224); Blue value is 78 (30.86% from 255 or 34.82% from 224); Max value from RGB is 81 - color contains mainly: red. Hex color #51414E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51414E is #AEBEB1. Grayscale: #474747. Windows color (decimal): -11452082 or 5128529. OLE color: 5128529.

HSL color Cylindrical-coordinate representation of color #51414E: hue angle of 311.25º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #51414E is Cyan = 0, Magento = 0.20, Yellow = 0.04 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 65 78 -
CMYK 0 0.20 0.04 0.68
HSL 311.25º 0.11% 0.29% -
HSV(B) 311.25º 0.2% 0.32% -
XYZ 6.66 6.08 8.03 -
YUV 71.27 131.8 134.94 -
System Red Green Blue C M Y K H S L
Decimal 81 65 78 0 0.20 0.04 0.68 311.25 0.11 0.29
Hex 51 41 4E 0 14 4 44 137 B 1D
Octal 121 101 116 0 24 4 104 467 13 35
Binary 1010001 1000001 1001110 0 10100 100 1000100 100110111 1011 11101

Color Harmonies of #51414E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51414E

Black with #51414E

Text Example


Text Example

White with #51414E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51414E; }

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

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

background-color css

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

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

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

border-color css

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

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

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