Html Css Color HEX #60475A Purple Taupe

📋 copy color: '#60475A'

red 96 ◦ green 71 ◦ blue 90

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

Shades of Purple Taupe #60475A

Tints of Purple Taupe #60475A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 35.02%

R = 37.35%
G = 27.63%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#60475A (or 0x60475A) is known color: Purple Taupe. HEX triplet: 60, 47 and 5A. RGB value is (96,71,90). Sum of RGB (Red+Green+Blue) = 96+71+90=257 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.35% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 90 (35.55% from 255 or 35.02% from 257); Max value from RGB is 96 - color contains mainly: red. Hex color #60475A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60475A is #9FB8A5. Grayscale: #505050. Windows color (decimal): -10467494 or 5916512. OLE color: 5916512.

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

Color convert

RGB 96 71 90 -
CMYK 0 0.26 0.06 0.62
HSL 314.4º 0.15% 0.33% -
HSV(B) 314.4º 0.26% 0.38% -
XYZ 8.92 7.73 10.69 -
YUV 80.64 133.28 138.96 -
System Red Green Blue C M Y K H S L
Decimal 96 71 90 0 0.26 0.06 0.62 314.4 0.15 0.33
Hex 60 47 5A 0 1A 6 3E 13A F 21
Octal 140 107 132 0 32 6 76 472 17 41
Binary 1100000 1000111 1011010 0 11010 110 111110 100111010 1111 100001

Color Harmonies of #60475A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60475A

Black with #60475A

Text Example


Text Example

White with #60475A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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