Html Css Color HEX #60475C Purple Taupe

📋 copy color: '#60475C'

red 96 ◦ green 71 ◦ blue 92

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

Shades of Purple Taupe #60475C

Tints of Purple Taupe #60475C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 35.52%

R = 37.07%
G = 27.41%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#60475C (or 0x60475C) is known color: Purple Taupe. HEX triplet: 60, 47 and 5C. RGB value is (96,71,92). Sum of RGB (Red+Green+Blue) = 96+71+92=259 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.07% from 259); Green value is 71 (28.12% from 255 or 27.41% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 96 - color contains mainly: red. Hex color #60475C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60475C is #9FB8A3. Grayscale: #505050. Windows color (decimal): -10467492 or 6047584. OLE color: 6047584.

HSL color Cylindrical-coordinate representation of color #60475C: hue angle of 309.6º 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 #60475C is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 71 92 -
CMYK 0 0.26 0.04 0.62
HSL 309.6º 0.15% 0.33% -
HSV(B) 309.6º 0.26% 0.38% -
XYZ 9.01 7.77 11.15 -
YUV 80.87 134.28 138.79 -
System Red Green Blue C M Y K H S L
Decimal 96 71 92 0 0.26 0.04 0.62 309.6 0.15 0.33
Hex 60 47 5C 0 1A 4 3E 136 F 21
Octal 140 107 134 0 32 4 76 466 17 41
Binary 1100000 1000111 1011100 0 11010 100 111110 100110110 1111 100001

Color Harmonies of #60475C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60475C

Black with #60475C

Text Example


Text Example

White with #60475C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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