Html Css Color HEX #604157 Purple Taupe

📋 copy color: '#604157'

red 96 ◦ green 65 ◦ blue 87

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

Shades of Purple Taupe #604157

Tints of Purple Taupe #604157

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.21%

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

R = 38.71%
G = 26.21%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#604157 (or 0x604157) is known color: Purple Taupe. HEX triplet: 60, 41 and 57. RGB value is (96,65,87). Sum of RGB (Red+Green+Blue) = 96+65+87=248 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.71% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 87 (34.38% from 255 or 35.08% from 248); Max value from RGB is 96 - color contains mainly: red. Hex color #604157 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #604157 is #9FBEA8. Grayscale: #4C4C4C. Windows color (decimal): -10469033 or 5718368. OLE color: 5718368.

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

Color convert

RGB 96 65 87 -
CMYK 0 0.32 0.09 0.62
HSL 317.42º 0.19% 0.32% -
HSV(B) 317.42º 0.32% 0.38% -
XYZ 8.43 6.96 9.91 -
YUV 76.78 133.77 141.71 -
System Red Green Blue C M Y K H S L
Decimal 96 65 87 0 0.32 0.09 0.62 317.42 0.19 0.32
Hex 60 41 57 0 20 9 3E 13D 13 20
Octal 140 101 127 0 40 11 76 475 23 40
Binary 1100000 1000001 1010111 0 100000 1001 111110 100111101 10011 100000

Color Harmonies of #604157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604157

Black with #604157

Text Example


Text Example

White with #604157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604157; }

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

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

background-color css

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

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

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

border-color css

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

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

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