Html Css Color HEX #53394E Purple Taupe

📋 copy color: '#53394E'

red 83 ◦ green 57 ◦ blue 78

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

Shades of Purple Taupe #53394E

Tints of Purple Taupe #53394E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 26.15%

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

R = 38.07%
G = 26.15%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#53394E (or 0x53394E) is known color: Purple Taupe. HEX triplet: 53, 39 and 4E. RGB value is (83,57,78). Sum of RGB (Red+Green+Blue) = 83+57+78=218 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.07% from 218); Green value is 57 (22.66% from 255 or 26.15% from 218); Blue value is 78 (30.86% from 255 or 35.78% from 218); Max value from RGB is 83 - color contains mainly: red. Hex color #53394E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53394E is #ACC6B1. Grayscale: #434343. Windows color (decimal): -11323058 or 5126483. OLE color: 5126483.

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

Color convert

RGB 83 57 78 -
CMYK 0 0.31 0.06 0.67
HSL 311.54º 0.19% 0.27% -
HSV(B) 311.54º 0.31% 0.33% -
XYZ 6.41 5.32 7.9 -
YUV 67.17 134.11 139.29 -
System Red Green Blue C M Y K H S L
Decimal 83 57 78 0 0.31 0.06 0.67 311.54 0.19 0.27
Hex 53 39 4E 0 1F 6 43 138 13 1B
Octal 123 71 116 0 37 6 103 470 23 33
Binary 1010011 111001 1001110 0 11111 110 1000011 100111000 10011 11011

Color Harmonies of #53394E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53394E

Black with #53394E

Text Example


Text Example

White with #53394E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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