Html Css Color HEX #52384F Purple Taupe

📋 copy color: '#52384F'

red 82 ◦ green 56 ◦ blue 79

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

Shades of Purple Taupe #52384F

Tints of Purple Taupe #52384F

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 value IS 0

 M value IS 0.32

 Y value IS 0.04

 K value IS 0.68

RGB Variations

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

Color information

#52384F (or 0x52384F) is known color: 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

RGB 82 56 79 -
CMYK 0 0.32 0.04 0.68
HSL 306.92º 0.19% 0.27% -
HSV(B) 306.92º 0.32% 0.32% -
XYZ 6.31 5.19 8.07 -
YUV 66.4 135.11 139.13 -
System Red Green Blue C M Y K H S L
Decimal 82 56 79 0 0.32 0.04 0.68 306.92 0.19 0.27
Hex 52 38 4F 0 20 4 44 133 13 1B
Octal 122 70 117 0 40 4 104 463 23 33
Binary 1010010 111000 1001111 0 100000 100 1000100 100110011 10011 11011

Color Harmonies of #52384F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52384F

Black with #52384F

Text Example


Text Example

White with #52384F

Text Example


Text Example

HTML Codes & Css Web 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>