#514250

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

Shades of Purple Taupe #514250

Tints of Purple Taupe #514250

Color information

#514250 (or 0x514250) is unknown color: approx Purple Taupe. HEX triplet: 51, 42 and 50. RGB value is (81,66,80). Sum of RGB (Red+Green+Blue) = 81+66+80=227 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.68% from 227); Green value is 66 (26.17% from 255 or 29.07% from 227); Blue value is 80 (31.64% from 255 or 35.24% from 227); Max value from RGB is 81 - color contains mainly: red. Hex color #514250 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514250 is #AEBDAF. Grayscale: #484848. Windows color (decimal): -11451824 or 5259857. OLE color: 5259857.

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

Color convert

RGB816680-
CMYK00.190.010.68
HSL304º10.2%28.82%-
HSV(B)304º18.52%31.76%-
XYZ6.796.228.43-
YUV72.08132.47134.36-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 35.68%
GREEN value IS 66 (26.17% from 255) = 29.07%
BLUE value IS 80 (31.64% from 255) = 35.24%
R=35.68%
G=29.07%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81668000.190.010.6830410.228.82
Hex514250013144130a1d
Octal12110212002311044601235
Binary10100011000010101000001001111000100100110000101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514250; }

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

 H1.HeaderClassName
 {
   color: #514250;
 }
 .AnyTagClassName
 {
   color: #514250;
 }
</style>
background-color css

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

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

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

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

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

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