Html Css Color HEX #52374E Purple Taupe

📋 copy color: '#52374E'

red 82 ◦ green 55 ◦ blue 78

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

Shades of Purple Taupe #52374E

Tints of Purple Taupe #52374E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 36.28%

R = 38.14%
G = 25.58%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.05

 K value IS 0.68

RGB Variations

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

Color information

#52374E (or 0x52374E) is known color: Purple Taupe. HEX triplet: 52, 37 and 4E. RGB value is (82,55,78). Sum of RGB (Red+Green+Blue) = 82+55+78=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 55 (21.88% from 255 or 25.58% from 215); Blue value is 78 (30.86% from 255 or 36.28% from 215); Max value from RGB is 82 - color contains mainly: red. Hex color #52374E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52374E is #ADC8B1. Grayscale: #414141. Windows color (decimal): -11389106 or 5125970. OLE color: 5125970.

HSL color Cylindrical-coordinate representation of color #52374E: hue angle of 308.89º 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 #52374E is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 55 78 -
CMYK 0 0.33 0.05 0.68
HSL 308.89º 0.2% 0.27% -
HSV(B) 308.89º 0.33% 0.32% -
XYZ 6.22 5.08 7.86 -
YUV 65.7 134.95 139.63 -
System Red Green Blue C M Y K H S L
Decimal 82 55 78 0 0.33 0.05 0.68 308.89 0.2 0.27
Hex 52 37 4E 0 21 5 44 135 14 1B
Octal 122 67 116 0 41 5 104 465 24 33
Binary 1010010 110111 1001110 0 100001 101 1000100 100110101 10100 11011

Color Harmonies of #52374E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52374E

Black with #52374E

Text Example


Text Example

White with #52374E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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