Html Css Color HEX #60495C Purple Taupe

📋 copy color: '#60495C'

red 96 ◦ green 73 ◦ blue 92

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

Shades of Purple Taupe #60495C

Tints of Purple Taupe #60495C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.97%

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

R = 36.78%
G = 27.97%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#60495C (or 0x60495C) is known color: Purple Taupe. HEX triplet: 60, 49 and 5C. RGB value is (96,73,92). Sum of RGB (Red+Green+Blue) = 96+73+92=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 96 - color contains mainly: red. Hex color #60495C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60495C is #9FB6A3. Grayscale: #515151. Windows color (decimal): -10466980 or 6048096. OLE color: 6048096.

HSL color Cylindrical-coordinate representation of color #60495C: hue angle of 310.43º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #60495C is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 73 92 -
CMYK 0 0.24 0.04 0.62
HSL 310.43º 0.14% 0.33% -
HSV(B) 310.43º 0.24% 0.38% -
XYZ 9.14 8.02 11.19 -
YUV 82.04 133.62 137.96 -
System Red Green Blue C M Y K H S L
Decimal 96 73 92 0 0.24 0.04 0.62 310.43 0.14 0.33
Hex 60 49 5C 0 18 4 3E 136 E 21
Octal 140 111 134 0 30 4 76 466 16 41
Binary 1100000 1001001 1011100 0 11000 100 111110 100110110 1110 100001

Color Harmonies of #60495C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60495C

Black with #60495C

Text Example


Text Example

White with #60495C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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