#52384F

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

Shades of Purple Taupe #52384F

Tints of Purple Taupe #52384F

Color information

#52384F (or 0x52384F) is unknown color: approx Purple Taupe. HEX triplet: 52, 38 and 4F. RGB value is (82,56,79). Sum of RGB (Red+Green+Blue) = 82+56+79=217 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.79% from 217); Green value is 56 (22.27% from 255 or 25.81% from 217); Blue value is 79 (31.25% from 255 or 36.41% from 217); Max value from RGB is 82 - color contains mainly: red. Hex color #52384F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52384F is #ADC7B0. Grayscale: #424242. Windows color (decimal): -11388849 or 5191762. OLE color: 5191762.

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

Color convert

RGB825679-
CMYK00.320.040.68
HSL306.92º18.84%27.06%-
HSV(B)306.92º31.71%32.16%-
XYZ6.315.198.07-
YUV66.4135.11139.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 37.79%
GREEN value IS 56 (22.27% from 255) = 25.81%
BLUE value IS 79 (31.25% from 255) = 36.41%
R=37.79%
G=25.81%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82567900.320.040.68306.9218.8427.06
Hex52384F020444133131b
Octal1227011704041044632333
Binary10100101110001001111010000010010001001001100111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52384F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52384F; }

 p { color: rgb(82,56,79); }

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

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

 a { background-color: rgb(82,56,79); }

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

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

 span { border-color: rgb(82,56,79); }

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