Html Css Color HEX #52414F Purple Taupe

📋 copy color: '#52414F'

red 82 ◦ green 65 ◦ blue 79

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

Shades of Purple Taupe #52414F

Tints of Purple Taupe #52414F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 28.76%

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

R = 36.28%
G = 28.76%
B = 34.96%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.04

 K value IS 0.68

RGB Variations

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

Color information

#52414F (or 0x52414F) is known color: Purple Taupe. HEX triplet: 52, 41 and 4F. RGB value is (82,65,79). Sum of RGB (Red+Green+Blue) = 82+65+79=226 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.28% from 226); Green value is 65 (25.78% from 255 or 28.76% from 226); Blue value is 79 (31.25% from 255 or 34.96% from 226); Max value from RGB is 82 - color contains mainly: red. Hex color #52414F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52414F is #ADBEB0. Grayscale: #474747. Windows color (decimal): -11386545 or 5194066. OLE color: 5194066.

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

Color convert

RGB 82 65 79 -
CMYK 0 0.21 0.04 0.68
HSL 310.59º 0.12% 0.29% -
HSV(B) 310.59º 0.21% 0.32% -
XYZ 6.78 6.14 8.22 -
YUV 71.68 132.13 135.36 -
System Red Green Blue C M Y K H S L
Decimal 82 65 79 0 0.21 0.04 0.68 310.59 0.12 0.29
Hex 52 41 4F 0 15 4 44 137 C 1D
Octal 122 101 117 0 25 4 104 467 14 35
Binary 1010010 1000001 1001111 0 10101 100 1000100 100110111 1100 11101

Color Harmonies of #52414F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52414F

Black with #52414F

Text Example


Text Example

White with #52414F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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