Html Css Color HEX #5F3C53 Purple Taupe

📋 copy color: '#5F3C53'

red 95 ◦ green 60 ◦ blue 83

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

Shades of Purple Taupe #5F3C53

Tints of Purple Taupe #5F3C53

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25.21%

 BLUE value IS 83 (32.81% from 255) = 34.87%

R = 39.92%
G = 25.21%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.13

 K value IS 0.63

RGB Variations

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

Color information

#5F3C53 (or 0x5F3C53) is known color: Purple Taupe. HEX triplet: 5F, 3C and 53. RGB value is (95,60,83). Sum of RGB (Red+Green+Blue) = 95+60+83=238 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.92% from 238); Green value is 60 (23.83% from 255 or 25.21% from 238); Blue value is 83 (32.81% from 255 or 34.87% from 238); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F3C53 is #A0C3AC. Grayscale: #494949. Windows color (decimal): -10535853 or 5454943. OLE color: 5454943.

HSL color Cylindrical-coordinate representation of color #5F3C53: hue angle of 320.57º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5F3C53 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 60 83 -
CMYK 0 0.37 0.13 0.63
HSL 320.57º 0.23% 0.3% -
HSV(B) 320.57º 0.37% 0.37% -
XYZ 7.9 6.29 8.98 -
YUV 73.09 133.6 143.63 -
System Red Green Blue C M Y K H S L
Decimal 95 60 83 0 0.37 0.13 0.63 320.57 0.23 0.3
Hex 5F 3C 53 0 25 D 3F 141 17 1E
Octal 137 74 123 0 45 15 77 501 27 36
Binary 1011111 111100 1010011 0 100101 1101 111111 101000001 10111 11110

Color Harmonies of #5F3C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F3C53

Black with #5F3C53

Text Example


Text Example

White with #5F3C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,60,83); }

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

background-color css

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

 a { background-color: rgb(95,60,83); }

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

border-color css

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

 span { border-color: rgb(95,60,83); }

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