Html Css Color HEX #52404E Purple Taupe

📋 copy color: '#52404E'

red 82 ◦ green 64 ◦ blue 78

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

Shades of Purple Taupe #52404E

Tints of Purple Taupe #52404E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 28.57%

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

R = 36.61%
G = 28.57%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.05

 K value IS 0.68

RGB Variations

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

Color information

#52404E (or 0x52404E) is known color: Purple Taupe. HEX triplet: 52, 40 and 4E. RGB value is (82,64,78). Sum of RGB (Red+Green+Blue) = 82+64+78=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 64 (25.39% from 255 or 28.57% from 224); Blue value is 78 (30.86% from 255 or 34.82% from 224); Max value from RGB is 82 - color contains mainly: red. Hex color #52404E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52404E is #ADBFB1. Grayscale: #464646. Windows color (decimal): -11386802 or 5128274. OLE color: 5128274.

HSL color Cylindrical-coordinate representation of color #52404E: hue angle of 313.33º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #52404E is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 64 78 -
CMYK 0 0.22 0.05 0.68
HSL 313.33º 0.12% 0.29% -
HSV(B) 313.33º 0.22% 0.32% -
XYZ 6.69 6.01 8.02 -
YUV 70.98 131.96 135.86 -
System Red Green Blue C M Y K H S L
Decimal 82 64 78 0 0.22 0.05 0.68 313.33 0.12 0.29
Hex 52 40 4E 0 16 5 44 139 C 1D
Octal 122 100 116 0 26 5 104 471 14 35
Binary 1010010 1000000 1001110 0 10110 101 1000100 100111001 1100 11101

Color Harmonies of #52404E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52404E

Black with #52404E

Text Example


Text Example

White with #52404E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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