Html Css Color HEX #53384C Purple Taupe

📋 copy color: '#53384C'

red 83 ◦ green 56 ◦ blue 76

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

Shades of Purple Taupe #53384C

Tints of Purple Taupe #53384C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.05%

 BLUE value IS 76 (30.08% from 255) = 35.35%

R = 38.6%
G = 26.05%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#53384C (or 0x53384C) is known color: Purple Taupe. HEX triplet: 53, 38 and 4C. RGB value is (83,56,76). Sum of RGB (Red+Green+Blue) = 83+56+76=215 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.60% from 215); Green value is 56 (22.27% from 255 or 26.05% from 215); Blue value is 76 (30.08% from 255 or 35.35% from 215); Max value from RGB is 83 - color contains mainly: red. Hex color #53384C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53384C is #ACC7B3. Grayscale: #424242. Windows color (decimal): -11323316 or 4995155. OLE color: 4995155.

HSL color Cylindrical-coordinate representation of color #53384C: hue angle of 315.56º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #53384C is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 56 76 -
CMYK 0 0.33 0.08 0.67
HSL 315.56º 0.19% 0.27% -
HSV(B) 315.56º 0.33% 0.33% -
XYZ 6.29 5.19 7.51 -
YUV 66.35 133.45 139.87 -
System Red Green Blue C M Y K H S L
Decimal 83 56 76 0 0.33 0.08 0.67 315.56 0.19 0.27
Hex 53 38 4C 0 21 8 43 13C 13 1B
Octal 123 70 114 0 41 10 103 474 23 33
Binary 1010011 111000 1001100 0 100001 1000 1000011 100111100 10011 11011

Color Harmonies of #53384C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53384C

Black with #53384C

Text Example


Text Example

White with #53384C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53384C; }

 p { color: rgb(83,56,76); }

 H1.HeaderClassName
 {
   color: #53384C;
 }
 .AnyTagClassName
 {
   color: #53384C;
 }
</style>

background-color css

<style>
 a { background-color: #53384C; }

 a { background-color: rgb(83,56,76); }

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

border-color css

<style>
 span { border-color: #53384C; }

 span { border-color: rgb(83,56,76); }

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