Html Css Color HEX #53384F Purple Taupe

📋 copy color: '#53384F'

red 83 ◦ green 56 ◦ blue 79

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

Shades of Purple Taupe #53384F

Tints of Purple Taupe #53384F

RGB

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

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

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

R = 38.07%
G = 25.69%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#53384F (or 0x53384F) is known color: Purple Taupe. HEX triplet: 53, 38 and 4F. RGB value is (83,56,79). Sum of RGB (Red+Green+Blue) = 83+56+79=218 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.07% from 218); Green value is 56 (22.27% from 255 or 25.69% from 218); Blue value is 79 (31.25% from 255 or 36.24% from 218); Max value from RGB is 83 - color contains mainly: red. Hex color #53384F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53384F is #ACC7B0. Grayscale: #424242. Windows color (decimal): -11323313 or 5191763. OLE color: 5191763.

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

Color convert

RGB 83 56 79 -
CMYK 0 0.33 0.05 0.67
HSL 308.89º 0.19% 0.27% -
HSV(B) 308.89º 0.33% 0.33% -
XYZ 6.39 5.23 8.07 -
YUV 66.7 134.95 139.63 -
System Red Green Blue C M Y K H S L
Decimal 83 56 79 0 0.33 0.05 0.67 308.89 0.19 0.27
Hex 53 38 4F 0 21 5 43 135 13 1B
Octal 123 70 117 0 41 5 103 465 23 33
Binary 1010011 111000 1001111 0 100001 101 1000011 100110101 10011 11011

Color Harmonies of #53384F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53384F

Black with #53384F

Text Example


Text Example

White with #53384F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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