Html Css Color HEX #514350 Purple Taupe

📋 copy color: '#514350'

red 81 ◦ green 67 ◦ blue 80

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

Shades of Purple Taupe #514350

Tints of Purple Taupe #514350

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29.39%

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

R = 35.53%
G = 29.39%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.01

 K value IS 0.68

RGB Variations

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

Color information

#514350 (or 0x514350) is known color: Purple Taupe. HEX triplet: 51, 43 and 50. RGB value is (81,67,80). Sum of RGB (Red+Green+Blue) = 81+67+80=228 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.53% from 228); Green value is 67 (26.56% from 255 or 29.39% from 228); Blue value is 80 (31.64% from 255 or 35.09% from 228); Max value from RGB is 81 - color contains mainly: red. Hex color #514350 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514350 is #AEBCAF. Grayscale: #484848. Windows color (decimal): -11451568 or 5260113. OLE color: 5260113.

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

Color convert

RGB 81 67 80 -
CMYK 0 0.17 0.01 0.68
HSL 304.29º 0.09% 0.29% -
HSV(B) 304.29º 0.17% 0.32% -
XYZ 6.85 6.34 8.45 -
YUV 72.67 132.14 133.94 -
System Red Green Blue C M Y K H S L
Decimal 81 67 80 0 0.17 0.01 0.68 304.29 0.09 0.29
Hex 51 43 50 0 11 1 44 130 9 1D
Octal 121 103 120 0 21 1 104 460 11 35
Binary 1010001 1000011 1010000 0 10001 1 1000100 100110000 1001 11101

Color Harmonies of #514350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514350

Black with #514350

Text Example


Text Example

White with #514350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514350; }

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

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

background-color css

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

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

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

border-color css

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

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

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