Html Css Color HEX #53384E Purple Taupe

📋 copy color: '#53384E'

red 83 ◦ green 56 ◦ blue 78

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

Shades of Purple Taupe #53384E

Tints of Purple Taupe #53384E

RGB

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

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

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

R = 38.25%
G = 25.81%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#53384E (or 0x53384E) is known color: Purple Taupe. HEX triplet: 53, 38 and 4E. RGB value is (83,56,78). Sum of RGB (Red+Green+Blue) = 83+56+78=217 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.25% from 217); Green value is 56 (22.27% from 255 or 25.81% from 217); Blue value is 78 (30.86% from 255 or 35.94% from 217); Max value from RGB is 83 - color contains mainly: red. Hex color #53384E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53384E is #ACC7B1. Grayscale: #424242. Windows color (decimal): -11323314 or 5126227. OLE color: 5126227.

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

Color convert

RGB 83 56 78 -
CMYK 0 0.33 0.06 0.67
HSL 311.11º 0.19% 0.27% -
HSV(B) 311.11º 0.33% 0.33% -
XYZ 6.36 5.22 7.88 -
YUV 66.58 134.45 139.71 -
System Red Green Blue C M Y K H S L
Decimal 83 56 78 0 0.33 0.06 0.67 311.11 0.19 0.27
Hex 53 38 4E 0 21 6 43 137 13 1B
Octal 123 70 116 0 41 6 103 467 23 33
Binary 1010011 111000 1001110 0 100001 110 1000011 100110111 10011 11011

Color Harmonies of #53384E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53384E

Black with #53384E

Text Example


Text Example

White with #53384E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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