Html Css Color HEX #52374F Purple Taupe

📋 copy color: '#52374F'

red 82 ◦ green 55 ◦ blue 79

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

Shades of Purple Taupe #52374F

Tints of Purple Taupe #52374F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.46%

 BLUE value IS 79 (31.25% from 255) = 36.57%

R = 37.96%
G = 25.46%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.68

RGB Variations

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

Color information

#52374F (or 0x52374F) is known color: Purple Taupe. HEX triplet: 52, 37 and 4F. RGB value is (82,55,79). Sum of RGB (Red+Green+Blue) = 82+55+79=216 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.96% from 216); Green value is 55 (21.88% from 255 or 25.46% from 216); Blue value is 79 (31.25% from 255 or 36.57% from 216); Max value from RGB is 82 - color contains mainly: red. Hex color #52374F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52374F is #ADC8B0. Grayscale: #414141. Windows color (decimal): -11389105 or 5191506. OLE color: 5191506.

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

Color convert

RGB 82 55 79 -
CMYK 0 0.33 0.04 0.68
HSL 306.67º 0.2% 0.27% -
HSV(B) 306.67º 0.33% 0.32% -
XYZ 6.26 5.09 8.05 -
YUV 65.81 135.45 139.55 -
System Red Green Blue C M Y K H S L
Decimal 82 55 79 0 0.33 0.04 0.68 306.67 0.2 0.27
Hex 52 37 4F 0 21 4 44 133 14 1B
Octal 122 67 117 0 41 4 104 463 24 33
Binary 1010010 110111 1001111 0 100001 100 1000100 100110011 10100 11011

Color Harmonies of #52374F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52374F

Black with #52374F

Text Example


Text Example

White with #52374F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #52374F;
 }
 .AnyTagClassName
 {
   color: #52374F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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