Html Css Color HEX #53374F Purple Taupe

📋 copy color: '#53374F'

red 83 ◦ green 55 ◦ blue 79

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

Shades of Purple Taupe #53374F

Tints of Purple Taupe #53374F

RGB

 RED value IS 83 (32.81% from 255) = 38.25%

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

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

R = 38.25%
G = 25.35%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#53374F (or 0x53374F) is known color: Purple Taupe. HEX triplet: 53, 37 and 4F. RGB value is (83,55,79). Sum of RGB (Red+Green+Blue) = 83+55+79=217 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.25% from 217); Green value is 55 (21.88% from 255 or 25.35% from 217); Blue value is 79 (31.25% from 255 or 36.41% from 217); Max value from RGB is 83 - color contains mainly: red. Hex color #53374F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53374F is #ACC8B0. Grayscale: #424242. Windows color (decimal): -11323569 or 5191507. OLE color: 5191507.

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

Color convert

RGB 83 55 79 -
CMYK 0 0.34 0.05 0.67
HSL 308.57º 0.2% 0.27% -
HSV(B) 308.57º 0.34% 0.33% -
XYZ 6.34 5.14 8.05 -
YUV 66.11 135.28 140.05 -
System Red Green Blue C M Y K H S L
Decimal 83 55 79 0 0.34 0.05 0.67 308.57 0.2 0.27
Hex 53 37 4F 0 22 5 43 135 14 1B
Octal 123 67 117 0 42 5 103 465 24 33
Binary 1010011 110111 1001111 0 100010 101 1000011 100110101 10100 11011

Color Harmonies of #53374F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53374F

Black with #53374F

Text Example


Text Example

White with #53374F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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