#534352

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

Shades of Purple Taupe #534352

Tints of Purple Taupe #534352

Color information

#534352 (or 0x534352) is unknown color: approx Purple Taupe. HEX triplet: 53, 43 and 52. RGB value is (83,67,82). Sum of RGB (Red+Green+Blue) = 83+67+82=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 67 (26.56% from 255 or 28.88% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 83 - color contains mainly: red. Hex color #534352 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #534352 is #ACBCAD. Grayscale: #494949. Windows color (decimal): -11320494 or 5391187. OLE color: 5391187.

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

Color convert

RGB836782-
CMYK00.190.010.67
HSL303.75º10.67%29.41%-
HSV(B)303.75º19.28%32.55%-
XYZ7.16.468.86-
YUV73.49132.8134.78-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 35.78%
GREEN value IS 67 (26.56% from 255) = 28.88%
BLUE value IS 82 (32.42% from 255) = 35.34%
R=35.78%
G=28.88%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83678200.190.010.67303.7510.6729.41
Hex534352013143130b1d
Octal12310312202311034601335
Binary10100111000011101001001001111000011100110000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #534352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #534352; }

 p { color: rgb(83,67,82); }

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

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

 a { background-color: rgb(83,67,82); }

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

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

 span { border-color: rgb(83,67,82); }

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