Html Css Color HEX #60485E Purple Taupe

📋 copy color: '#60485E'

red 96 ◦ green 72 ◦ blue 94

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

Shades of Purple Taupe #60485E

Tints of Purple Taupe #60485E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.48%

 BLUE value IS 94 (37.11% from 255) = 35.88%

R = 36.64%
G = 27.48%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#60485E (or 0x60485E) is known color: Purple Taupe. HEX triplet: 60, 48 and 5E. RGB value is (96,72,94). Sum of RGB (Red+Green+Blue) = 96+72+94=262 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.64% from 262); Green value is 72 (28.52% from 255 or 27.48% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 96 - color contains mainly: red. Hex color #60485E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60485E is #9FB7A1. Grayscale: #515151. Windows color (decimal): -10467234 or 6178912. OLE color: 6178912.

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

Color convert

RGB 96 72 94 -
CMYK 0 0.25 0.02 0.62
HSL 305º 0.14% 0.33% -
HSV(B) 305º 0.25% 0.38% -
XYZ 9.16 7.93 11.64 -
YUV 81.68 134.95 138.21 -
System Red Green Blue C M Y K H S L
Decimal 96 72 94 0 0.25 0.02 0.62 305 0.14 0.33
Hex 60 48 5E 0 19 2 3E 131 E 21
Octal 140 110 136 0 31 2 76 461 16 41
Binary 1100000 1001000 1011110 0 11001 10 111110 100110001 1110 100001

Color Harmonies of #60485E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60485E

Black with #60485E

Text Example


Text Example

White with #60485E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60485E; }

 p { color: rgb(96,72,94); }

 H1.HeaderClassName
 {
   color: #60485E;
 }
 .AnyTagClassName
 {
   color: #60485E;
 }
</style>

background-color css

<style>
 a { background-color: #60485E; }

 a { background-color: rgb(96,72,94); }

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

border-color css

<style>
 span { border-color: #60485E; }

 span { border-color: rgb(96,72,94); }

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