Html Css Color HEX #604257 Purple Taupe

📋 copy color: '#604257'

red 96 ◦ green 66 ◦ blue 87

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

Shades of Purple Taupe #604257

Tints of Purple Taupe #604257

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.51%

 BLUE value IS 87 (34.38% from 255) = 34.94%

R = 38.55%
G = 26.51%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#604257 (or 0x604257) is known color: Purple Taupe. HEX triplet: 60, 42 and 57. RGB value is (96,66,87). Sum of RGB (Red+Green+Blue) = 96+66+87=249 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.55% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 87 (34.38% from 255 or 34.94% from 249); Max value from RGB is 96 - color contains mainly: red. Hex color #604257 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604257 is #9FBDA8. Grayscale: #4D4D4D. Windows color (decimal): -10468777 or 5718624. OLE color: 5718624.

HSL color Cylindrical-coordinate representation of color #604257: hue angle of 318º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #604257 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 66 87 -
CMYK 0 0.31 0.09 0.62
HSL 318º 0.19% 0.32% -
HSV(B) 318º 0.31% 0.38% -
XYZ 8.49 7.07 9.93 -
YUV 77.36 133.44 141.29 -
System Red Green Blue C M Y K H S L
Decimal 96 66 87 0 0.31 0.09 0.62 318 0.19 0.32
Hex 60 42 57 0 1F 9 3E 13E 13 20
Octal 140 102 127 0 37 11 76 476 23 40
Binary 1100000 1000010 1010111 0 11111 1001 111110 100111110 10011 100000

Color Harmonies of #604257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604257

Black with #604257

Text Example


Text Example

White with #604257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604257; }

 p { color: rgb(96,66,87); }

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

background-color css

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

 a { background-color: rgb(96,66,87); }

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

border-color css

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

 span { border-color: rgb(96,66,87); }

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