Html Css Color HEX #604759 Purple Taupe

📋 copy color: '#604759'

red 96 ◦ green 71 ◦ blue 89

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

Shades of Purple Taupe #604759

Tints of Purple Taupe #604759

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 34.77%

R = 37.5%
G = 27.73%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#604759 (or 0x604759) is known color: Purple Taupe. HEX triplet: 60, 47 and 59. RGB value is (96,71,89). Sum of RGB (Red+Green+Blue) = 96+71+89=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 71 (28.12% from 255 or 27.73% from 256); Blue value is 89 (35.16% from 255 or 34.77% from 256); Max value from RGB is 96 - color contains mainly: red. Hex color #604759 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604759 is #9FB8A6. Grayscale: #505050. Windows color (decimal): -10467495 or 5850976. OLE color: 5850976.

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

Color convert

RGB 96 71 89 -
CMYK 0 0.26 0.07 0.62
HSL 316.8º 0.15% 0.33% -
HSV(B) 316.8º 0.26% 0.38% -
XYZ 8.88 7.71 10.47 -
YUV 80.53 132.78 139.04 -
System Red Green Blue C M Y K H S L
Decimal 96 71 89 0 0.26 0.07 0.62 316.8 0.15 0.33
Hex 60 47 59 0 1A 7 3E 13D F 21
Octal 140 107 131 0 32 7 76 475 17 41
Binary 1100000 1000111 1011001 0 11010 111 111110 100111101 1111 100001

Color Harmonies of #604759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604759

Black with #604759

Text Example


Text Example

White with #604759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604759; }

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

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

background-color css

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

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

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

border-color css

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

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

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