#533751

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

Shades of Purple Taupe #533751

Tints of Purple Taupe #533751

Color information

#533751 (or 0x533751) is unknown color: approx Purple Taupe. HEX triplet: 53, 37 and 51. RGB value is (83,55,81). Sum of RGB (Red+Green+Blue) = 83+55+81=219 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.90% from 219); Green value is 55 (21.88% from 255 or 25.11% from 219); Blue value is 81 (32.03% from 255 or 36.99% from 219); Max value from RGB is 83 - color contains mainly: red. Hex color #533751 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533751 is #ACC8AE. Grayscale: #424242. Windows color (decimal): -11323567 or 5322579. OLE color: 5322579.

HSL color Cylindrical-coordinate representation of color #533751: hue angle of 304.29º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #533751 is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.67.

Color convert

RGB835581-
CMYK00.340.020.67
HSL304.29º20.29%27.06%-
HSV(B)304.29º33.73%32.55%-
XYZ6.425.178.44-
YUV66.34136.28139.89-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.90%
GREEN value IS 55 (21.88% from 255) = 25.11%
BLUE value IS 81 (32.03% from 255) = 36.99%
R=37.90%
G=25.11%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83558100.340.020.67304.2920.2927.06
Hex533751022243130141b
Octal1236712104221034602433
Binary1010011110111101000101000101010000111001100001010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533751; }

 p { color: rgb(83,55,81); }

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

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

 a { background-color: rgb(83,55,81); }

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

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

 span { border-color: rgb(83,55,81); }

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