Html Css Color HEX #5F3551 Purple Taupe

📋 copy color: '#5F3551'

red 95 ◦ green 53 ◦ blue 81

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

Shades of Purple Taupe #5F3551

Tints of Purple Taupe #5F3551

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.14%

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

R = 41.48%
G = 23.14%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.15

 K value IS 0.63

RGB Variations

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

Color information

#5F3551 (or 0x5F3551) is known color: Purple Taupe. HEX triplet: 5F, 35 and 51. RGB value is (95,53,81). Sum of RGB (Red+Green+Blue) = 95+53+81=229 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.48% from 229); Green value is 53 (21.09% from 255 or 23.14% from 229); Blue value is 81 (32.03% from 255 or 35.37% from 229); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F3551 is #A0CAAE. Grayscale: #444444. Windows color (decimal): -10537647 or 5322079. OLE color: 5322079.

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

Color convert

RGB 95 53 81 -
CMYK 0 0.44 0.15 0.63
HSL 320º 0.28% 0.29% -
HSV(B) 320º 0.44% 0.37% -
XYZ 7.48 5.57 8.47 -
YUV 68.75 134.91 146.72 -
System Red Green Blue C M Y K H S L
Decimal 95 53 81 0 0.44 0.15 0.63 320 0.28 0.29
Hex 5F 35 51 0 2C F 3F 140 1C 1D
Octal 137 65 121 0 54 17 77 500 34 35
Binary 1011111 110101 1010001 0 101100 1111 111111 101000000 11100 11101

Color Harmonies of #5F3551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F3551

Black with #5F3551

Text Example


Text Example

White with #5F3551

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,53,81); }

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

background-color css

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

 a { background-color: rgb(95,53,81); }

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

border-color css

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

 span { border-color: rgb(95,53,81); }

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