Html Css Color HEX #60475B Purple Taupe

📋 copy color: '#60475B'

red 96 ◦ green 71 ◦ blue 91

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

Shades of Purple Taupe #60475B

Tints of Purple Taupe #60475B

RGB

 RED value IS 96 (37.89% from 255) = 37.21%

 GREEN value IS 71 (28.13% from 255) = 27.52%

 BLUE value IS 91 (35.94% from 255) = 35.27%

R = 37.21%
G = 27.52%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#60475B (or 0x60475B) is known color: Purple Taupe. HEX triplet: 60, 47 and 5B. RGB value is (96,71,91). Sum of RGB (Red+Green+Blue) = 96+71+91=258 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.21% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 91 (35.94% from 255 or 35.27% from 258); Max value from RGB is 96 - color contains mainly: red. Hex color #60475B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60475B is #9FB8A4. Grayscale: #505050. Windows color (decimal): -10467493 or 5982048. OLE color: 5982048.

HSL color Cylindrical-coordinate representation of color #60475B: hue angle of 312º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #60475B is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 71 91 -
CMYK 0 0.26 0.05 0.62
HSL 312º 0.15% 0.33% -
HSV(B) 312º 0.26% 0.38% -
XYZ 8.97 7.75 10.92 -
YUV 80.76 133.78 138.87 -
System Red Green Blue C M Y K H S L
Decimal 96 71 91 0 0.26 0.05 0.62 312 0.15 0.33
Hex 60 47 5B 0 1A 5 3E 138 F 21
Octal 140 107 133 0 32 5 76 470 17 41
Binary 1100000 1000111 1011011 0 11010 101 111110 100111000 1111 100001

Color Harmonies of #60475B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60475B

Black with #60475B

Text Example


Text Example

White with #60475B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60475B; }

 p { color: rgb(96,71,91); }

 H1.HeaderClassName
 {
   color: #60475B;
 }
 .AnyTagClassName
 {
   color: #60475B;
 }
</style>

background-color css

<style>
 a { background-color: #60475B; }

 a { background-color: rgb(96,71,91); }

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

border-color css

<style>
 span { border-color: #60475B; }

 span { border-color: rgb(96,71,91); }

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