Html Css Color HEX #53364E Purple Taupe

📋 copy color: '#53364E'

red 83 ◦ green 54 ◦ blue 78

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

Shades of Purple Taupe #53364E

Tints of Purple Taupe #53364E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.12%

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

R = 38.6%
G = 25.12%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#53364E (or 0x53364E) is known color: Purple Taupe. HEX triplet: 53, 36 and 4E. RGB value is (83,54,78). Sum of RGB (Red+Green+Blue) = 83+54+78=215 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.60% from 215); Green value is 54 (21.48% from 255 or 25.12% from 215); Blue value is 78 (30.86% from 255 or 36.28% from 215); Max value from RGB is 83 - color contains mainly: red. Hex color #53364E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53364E is #ACC9B1. Grayscale: #414141. Windows color (decimal): -11323826 or 5125715. OLE color: 5125715.

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

Color convert

RGB 83 54 78 -
CMYK 0 0.35 0.06 0.67
HSL 310.34º 0.21% 0.27% -
HSV(B) 310.34º 0.35% 0.33% -
XYZ 6.26 5.03 7.85 -
YUV 65.41 135.11 140.55 -
System Red Green Blue C M Y K H S L
Decimal 83 54 78 0 0.35 0.06 0.67 310.34 0.21 0.27
Hex 53 36 4E 0 23 6 43 136 15 1B
Octal 123 66 116 0 43 6 103 466 25 33
Binary 1010011 110110 1001110 0 100011 110 1000011 100110110 10101 11011

Color Harmonies of #53364E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53364E

Black with #53364E

Text Example


Text Example

White with #53364E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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