Html Css Color HEX #60485C Purple Taupe

📋 copy color: '#60485C'

red 96 ◦ green 72 ◦ blue 92

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

Shades of Purple Taupe #60485C

Tints of Purple Taupe #60485C

RGB

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

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

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

R = 36.92%
G = 27.69%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#60485C (or 0x60485C) is known color: Purple Taupe. HEX triplet: 60, 48 and 5C. RGB value is (96,72,92). Sum of RGB (Red+Green+Blue) = 96+72+92=260 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.92% from 260); Green value is 72 (28.52% from 255 or 27.69% from 260); Blue value is 92 (36.33% from 255 or 35.38% from 260); Max value from RGB is 96 - color contains mainly: red. Hex color #60485C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60485C is #9FB7A3. Grayscale: #515151. Windows color (decimal): -10467236 or 6047840. OLE color: 6047840.

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

Color convert

RGB 96 72 92 -
CMYK 0 0.25 0.04 0.62
HSL 310º 0.14% 0.33% -
HSV(B) 310º 0.25% 0.38% -
XYZ 9.07 7.89 11.17 -
YUV 81.46 133.95 138.37 -
System Red Green Blue C M Y K H S L
Decimal 96 72 92 0 0.25 0.04 0.62 310 0.14 0.33
Hex 60 48 5C 0 19 4 3E 136 E 21
Octal 140 110 134 0 31 4 76 466 16 41
Binary 1100000 1001000 1011100 0 11001 100 111110 100110110 1110 100001

Color Harmonies of #60485C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60485C

Black with #60485C

Text Example


Text Example

White with #60485C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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