Html Css Color HEX #52384C Purple Taupe

📋 copy color: '#52384C'

red 82 ◦ green 56 ◦ blue 76

#52384C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Taupe #52384C

Tints of Purple Taupe #52384C

RGB

 RED value IS 82 (32.42% from 255) = 38.32%

 GREEN value IS 56 (22.27% from 255) = 26.17%

 BLUE value IS 76 (30.08% from 255) = 35.51%

R = 38.32%
G = 26.17%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.68

RGB Variations

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

Color information

#52384C (or 0x52384C) is known color: Purple Taupe. HEX triplet: 52, 38 and 4C. RGB value is (82,56,76). Sum of RGB (Red+Green+Blue) = 82+56+76=214 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.32% from 214); Green value is 56 (22.27% from 255 or 26.17% from 214); Blue value is 76 (30.08% from 255 or 35.51% from 214); Max value from RGB is 82 - color contains mainly: red. Hex color #52384C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52384C is #ADC7B3. Grayscale: #424242. Windows color (decimal): -11388852 or 4995154. OLE color: 4995154.

HSL color Cylindrical-coordinate representation of color #52384C: hue angle of 313.85º 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 #52384C is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 56 76 -
CMYK 0 0.32 0.07 0.68
HSL 313.85º 0.19% 0.27% -
HSV(B) 313.85º 0.32% 0.32% -
XYZ 6.2 5.14 7.5 -
YUV 66.05 133.61 139.37 -
System Red Green Blue C M Y K H S L
Decimal 82 56 76 0 0.32 0.07 0.68 313.85 0.19 0.27
Hex 52 38 4C 0 20 7 44 13A 13 1B
Octal 122 70 114 0 40 7 104 472 23 33
Binary 1010010 111000 1001100 0 100000 111 1000100 100111010 10011 11011

Color Harmonies of #52384C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52384C

Black with #52384C

Text Example


Text Example

White with #52384C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #52384C;
 }
 .AnyTagClassName
 {
   color: #52384C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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