Html Css Color HEX #5A364F Purple Taupe

📋 copy color: '#5A364F'

red 90 ◦ green 54 ◦ blue 79

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

Shades of Purple Taupe #5A364F

Tints of Purple Taupe #5A364F

RGB

 RED value IS 90 (35.55% from 255) = 40.36%

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

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

R = 40.36%
G = 24.22%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.12

 K value IS 0.65

RGB Variations

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

Color information

#5A364F (or 0x5A364F) is known color: Purple Taupe. HEX triplet: 5A, 36 and 4F. RGB value is (90,54,79). Sum of RGB (Red+Green+Blue) = 90+54+79=223 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.36% from 223); Green value is 54 (21.48% from 255 or 24.22% from 223); Blue value is 79 (31.25% from 255 or 35.43% from 223); Max value from RGB is 90 - color contains mainly: red. Hex color #5A364F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A364F is #A5C9B0. Grayscale: #434343. Windows color (decimal): -10865073 or 5191258. OLE color: 5191258.

HSL color Cylindrical-coordinate representation of color #5A364F: hue angle of 318.33º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A364F is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 54 79 -
CMYK 0 0.40 0.12 0.65
HSL 318.33º 0.25% 0.28% -
HSV(B) 318.33º 0.4% 0.35% -
XYZ 6.95 5.38 8.07 -
YUV 67.61 134.43 143.97 -
System Red Green Blue C M Y K H S L
Decimal 90 54 79 0 0.40 0.12 0.65 318.33 0.25 0.28
Hex 5A 36 4F 0 28 C 41 13E 19 1C
Octal 132 66 117 0 50 14 101 476 31 34
Binary 1011010 110110 1001111 0 101000 1100 1000001 100111110 11001 11100

Color Harmonies of #5A364F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A364F

Black with #5A364F

Text Example


Text Example

White with #5A364F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A364F; }

 p { color: rgb(90,54,79); }

 H1.HeaderClassName
 {
   color: #5A364F;
 }
 .AnyTagClassName
 {
   color: #5A364F;
 }
</style>

background-color css

<style>
 a { background-color: #5A364F; }

 a { background-color: rgb(90,54,79); }

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

border-color css

<style>
 span { border-color: #5A364F; }

 span { border-color: rgb(90,54,79); }

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