#514350

Color #514350 Purple Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Taupe #514350

Tints of Purple Taupe #514350

Color information

#514350 (or 0x514350) is unknown color: approx 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

RGB816780-
CMYK00.170.010.68
HSL304.29º9.46%29.02%-
HSV(B)304.29º17.28%31.76%-
XYZ6.856.348.45-
YUV72.67132.14133.94-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.01
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81678000.170.010.68304.299.4629.02
Hex51435001114413091d
Octal12110312002111044601135
Binary10100011000011101000001000111000100100110000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>