Html Css Color HEX #5E3651 Purple Taupe

📋 copy color: '#5E3651'

red 94 ◦ green 54 ◦ blue 81

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

Shades of Purple Taupe #5E3651

Tints of Purple Taupe #5E3651

RGB

 RED value IS 94 (37.11% from 255) = 41.05%

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

 BLUE value IS 81 (32.03% from 255) = 35.37%

R = 41.05%
G = 23.58%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.14

 K value IS 0.63

RGB Variations

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

Color information

#5E3651 (or 0x5E3651) is known color: Purple Taupe. HEX triplet: 5E, 36 and 51. RGB value is (94,54,81). Sum of RGB (Red+Green+Blue) = 94+54+81=229 (30% of max value = 765). Red value is 94 (37.11% from 255 or 41.05% from 229); Green value is 54 (21.48% from 255 or 23.58% from 229); Blue value is 81 (32.03% from 255 or 35.37% from 229); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3651 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5E3651 is #A1C9AE. Grayscale: #444444. Windows color (decimal): -10602927 or 5322334. OLE color: 5322334.

HSL color Cylindrical-coordinate representation of color #5E3651: hue angle of 319.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5E3651 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 54 81 -
CMYK 0 0.43 0.14 0.63
HSL 319.5º 0.27% 0.29% -
HSV(B) 319.5º 0.43% 0.37% -
XYZ 7.42 5.61 8.48 -
YUV 69.04 134.75 145.8 -
System Red Green Blue C M Y K H S L
Decimal 94 54 81 0 0.43 0.14 0.63 319.5 0.27 0.29
Hex 5E 36 51 0 2B E 3F 140 1B 1D
Octal 136 66 121 0 53 16 77 500 33 35
Binary 1011110 110110 1010001 0 101011 1110 111111 101000000 11011 11101

Color Harmonies of #5E3651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3651

Black with #5E3651

Text Example


Text Example

White with #5E3651

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,54,81); }

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

background-color css

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

 a { background-color: rgb(94,54,81); }

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

border-color css

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

 span { border-color: rgb(94,54,81); }

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