Html Css Color HEX #5F4B5D Purple Taupe

📋 copy color: '#5F4B5D'

red 95 ◦ green 75 ◦ blue 93

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

Shades of Purple Taupe #5F4B5D

Tints of Purple Taupe #5F4B5D

RGB

 RED value IS 95 (37.5% from 255) = 36.12%

 GREEN value IS 75 (29.69% from 255) = 28.52%

 BLUE value IS 93 (36.72% from 255) = 35.36%

R = 36.12%
G = 28.52%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0.63

RGB Variations

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

Color information

#5F4B5D (or 0x5F4B5D) is known color: Purple Taupe. HEX triplet: 5F, 4B and 5D. RGB value is (95,75,93). Sum of RGB (Red+Green+Blue) = 95+75+93=263 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.12% from 263); Green value is 75 (29.69% from 255 or 28.52% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 95 - color contains mainly: red. Hex color #5F4B5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4B5D is #A0B4A2. Grayscale: #525252. Windows color (decimal): -10532003 or 6114143. OLE color: 6114143.

HSL color Cylindrical-coordinate representation of color #5F4B5D: hue angle of 306º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5F4B5D is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 75 93 -
CMYK 0 0.21 0.02 0.63
HSL 306º 0.12% 0.33% -
HSV(B) 306º 0.21% 0.37% -
XYZ 9.21 8.26 11.46 -
YUV 83.03 133.63 136.54 -
System Red Green Blue C M Y K H S L
Decimal 95 75 93 0 0.21 0.02 0.63 306 0.12 0.33
Hex 5F 4B 5D 0 15 2 3F 132 C 21
Octal 137 113 135 0 25 2 77 462 14 41
Binary 1011111 1001011 1011101 0 10101 10 111111 100110010 1100 100001

Color Harmonies of #5F4B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F4B5D

Black with #5F4B5D

Text Example


Text Example

White with #5F4B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,75,93); }

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

background-color css

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

 a { background-color: rgb(95,75,93); }

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

border-color css

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

 span { border-color: rgb(95,75,93); }

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