#533651

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

Shades of Purple Taupe #533651

Tints of Purple Taupe #533651

Color information

#533651 (or 0x533651) is unknown color: approx Purple Taupe. HEX triplet: 53, 36 and 51. RGB value is (83,54,81). Sum of RGB (Red+Green+Blue) = 83+54+81=218 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.07% from 218); Green value is 54 (21.48% from 255 or 24.77% from 218); Blue value is 81 (32.03% from 255 or 37.16% from 218); Max value from RGB is 83 - color contains mainly: red. Hex color #533651 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #533651 is #ACC9AE. Grayscale: #414141. Windows color (decimal): -11323823 or 5322323. OLE color: 5322323.

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

Color convert

RGB835481-
CMYK00.350.020.67
HSL304.14º21.17%26.86%-
HSV(B)304.14º34.94%32.55%-
XYZ6.375.078.43-
YUV65.75136.61140.3-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.07%
GREEN value IS 54 (21.48% from 255) = 24.77%
BLUE value IS 81 (32.03% from 255) = 37.16%
R=38.07%
G=24.77%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83548100.350.020.67304.1421.1726.86
Hex533651023243130151b
Octal1236612104321034602533
Binary1010011110110101000101000111010000111001100001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #533651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #533651; }

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

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

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

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

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

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

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

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