Html Css Color HEX #514150 Purple Taupe

📋 copy color: '#514150'

red 81 ◦ green 65 ◦ blue 80

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

Shades of Purple Taupe #514150

Tints of Purple Taupe #514150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 35.4%

R = 35.84%
G = 28.76%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.01

 K value IS 0.68

RGB Variations

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

Color information

#514150 (or 0x514150) is known color: Purple Taupe. HEX triplet: 51, 41 and 50. RGB value is (81,65,80). Sum of RGB (Red+Green+Blue) = 81+65+80=226 (29% of max value = 765). Red value is 81 (32.03% from 255 or 35.84% from 226); Green value is 65 (25.78% from 255 or 28.76% from 226); Blue value is 80 (31.64% from 255 or 35.40% from 226); Max value from RGB is 81 - color contains mainly: red. Hex color #514150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514150 is #AEBEAF. Grayscale: #474747. Windows color (decimal): -11452080 or 5259601. OLE color: 5259601.

HSL color Cylindrical-coordinate representation of color #514150: hue angle of 303.75º 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 #514150 is Cyan = 0, Magento = 0.20, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB 81 65 80 -
CMYK 0 0.20 0.01 0.68
HSL 303.75º 0.11% 0.29% -
HSV(B) 303.75º 0.2% 0.32% -
XYZ 6.73 6.11 8.41 -
YUV 71.49 132.8 134.78 -
System Red Green Blue C M Y K H S L
Decimal 81 65 80 0 0.20 0.01 0.68 303.75 0.11 0.29
Hex 51 41 50 0 14 1 44 130 B 1D
Octal 121 101 120 0 24 1 104 460 13 35
Binary 1010001 1000001 1010000 0 10100 1 1000100 100110000 1011 11101

Color Harmonies of #514150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514150

Black with #514150

Text Example


Text Example

White with #514150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514150; }

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

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

background-color css

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

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

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

border-color css

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

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

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